5

转出usdt的时候,如果把ETH 的余额balance全部用来做手续费,gasLimit是web3.utils.to...

 2 years ago
source link: https://learnblockchain.cn/question/2899
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

转出usdt的时候,如果把ETH 的余额balance全部用来做手续费,gasLimit是web3.utils.toHex(21000),gasPrice该设置为多少?

转出usdt的时候,如果把ETH 的余额balance全部用来做手续费,gasLimit是web3.utils.toHex(21000),gasPrice该设置为多少?

使用sendSignedTransaction方法转出usdt的时候,如果把ETH 的余额eth_balance全部用来做手续费,gasLimit是web3.utils.toHex(21000),gasPrice该设置为多少?
关键代码段及报错如下:
“E:\test\getblock_vision\node_modules\web3-utils\lib\utils.js:236
throw new Error('Given input "' + value + '" is not a number.');
Error: Given input "NaN" is not a number.”

Tiny熊 - 布道者 2天前

  擅长:智能合约,以太坊

你的错误与你的问题,看上去无关,是不是没有赋值?

gasLimit 不能是2100 , 你可以查看一下usdt转账需要的 gas 。

gasPrice = fee / gasLimit

fee 这里就是你的balance。

您需要登录后才可以回答问题,登录 或者 注册

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK