以太坊gas如何购买 以太坊购买教程
更新时间:2025-05-30 01:03:59 •阅读 0
计算以太坊中,发送交易/调用合约方法,需要消耗多少gas?

普通交易所需的gas > ethestimateGas({from:ethaccounts[1], to: ethaccounts[2], value:50000000000000}) 21001 > ethgasPrice 20000000000 如上,显示这笔account[1] => account[2] 的交易需要21001 gas, 当前的gasPrice为 20000000000,计算以太坊中 发送交易/调用合约方法 需要消耗多少gas