You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. i'm having difficulties transferring ERC20 tokens in ropsten, either using WEB3_NETWORK=ropsten or WEB3_RPC_URL=, both methods failed differenttly.
$ web3 tx 0x722e387c74e6dd8b4bd50012225487df0c9cf0f03ea9513bd3082498bed0794d
ERROR: Cannot get transaction details from the network: Bad response on request: [ TransactionIndex ]. Error cause was EmptyResponse, (majority count: 87 / total: 87)
using other RPC:
$ web3 env
WEB3_ADDRESS=0xB8E8f54FfD48D4B8d3521719DDc02C69D6767F00
WEB3_NETWORK=
WEB3_PRIVATE_KEY=0x.......
WEB3_RPC_URL=https://ropsten.infura.io/v3/......
$ web3 contract call --abi erc20.json --function transfer 0x8a679e104d9370883E757245D34aA9514f347CD8 20000000000000000
ERROR: Failed to send contract call tx: cannot send transaction: exceeds block gas limit
please help...
The text was updated successfully, but these errors were encountered:
hi. i'm having difficulties transferring ERC20 tokens in ropsten, either using WEB3_NETWORK=ropsten or WEB3_RPC_URL=, both methods failed differenttly.
here's what i've got:
$ web3 env
WEB3_ADDRESS=0xB8E8f54FfD48D4B8d3521719DDc02C69D6767F00
WEB3_NETWORK=ropsten
WEB3_PRIVATE_KEY=0x........
WEB3_RPC_URL=
$ web3 contract call --abi erc20.json --function transfer 0x8a679e104d9370883E757245D34aA9514f347CD8 20000000000000000
Transaction address: 0x722e387c74e6dd8b4bd50012225487df0c9cf0f03ea9513bd3082498bed0794d
$ web3 tx 0x722e387c74e6dd8b4bd50012225487df0c9cf0f03ea9513bd3082498bed0794d
ERROR: Cannot get transaction details from the network: Bad response on request: [ TransactionIndex ]. Error cause was EmptyResponse, (majority count: 87 / total: 87)
using other RPC:
$ web3 env
WEB3_ADDRESS=0xB8E8f54FfD48D4B8d3521719DDc02C69D6767F00
WEB3_NETWORK=
WEB3_PRIVATE_KEY=0x.......
WEB3_RPC_URL=https://ropsten.infura.io/v3/......
$ web3 contract call --abi erc20.json --function transfer 0x8a679e104d9370883E757245D34aA9514f347CD8 20000000000000000
ERROR: Failed to send contract call tx: cannot send transaction: exceeds block gas limit
please help...
The text was updated successfully, but these errors were encountered: