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
I want to send a successful transaction with web3.eth.sendSignedTransaction on kovan network.
Actual behavior
I get this non explicit error: Error: Transaction has been reverted by the EVM.
The Smart Contract Token I use works with Metamask.
Without Metamask I can call read methods from my Smart Contract like: token.methods.balanceOf(tmpAddr).call().
Expected behavior
I want to send a successful transaction with
web3.eth.sendSignedTransaction
on kovan network.Actual behavior
I get this non explicit error:
Error: Transaction has been reverted by the EVM
.The Smart Contract Token I use works with Metamask.
Without Metamask I can call read methods from my Smart Contract like:
token.methods.balanceOf(tmpAddr).call()
.Steps to reproduce the behavior
Logs
console.log('txParams: ', txParams):
console.log('response: ' + res)
``
for example:
0xc133b91c994992fef71e9fd4397daabd3d9a269c240d474176ca9221cd1b8095
error:
Environment
Node: v10.19.0
web3.js: ^1.2.6
web3-eth: ^1.2.7
ethereumjs-tx: ^2.1.2
OS: Ubuntu 20
The text was updated successfully, but these errors were encountered: