📜  ton exacmple contrrac - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:14.098000             🧑  作者: Mango

代码示例1
var myContract = new web3.eth.Contract([...], '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe', {
    from: '0x1234567890123456789012345678901234567891', // default from address
    gasPrice: '20000000000' // default gas price in wei, 20 gwei in this case
});