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
Gives me an error on this
``web3.eth.waitForTransactionReceipt(contract.functions.set_data(1,i,lis1[i]).transact({'from':'0x343A55f7792f6a355CD8f9109C869F9c6DA7b3a8'}))
raise ValueError(response["error"])
ValueError: {'message': 'VM Exception while processing transaction: invalid opcode', 'code': -32000, 'data': {'stack': 'RuntimeError: VM Exception while processing transaction: invalid opcode\n at Function.RuntimeError.fromResults (/tmp/.mount_ganachTA7rCW/resources/static/node/node_modules/ganache-core/lib/utils/runtimeerror.js:89:13)\n at module.exports (/tmp/.mount_ganachTA7rCW/resources/static/node/node_modules/ganache-core/lib/utils/gas/guestimation.js:142:32)', 'name': 'RuntimeError'}}
can help me .....
The text was updated successfully, but these errors were encountered:
Invalid opcode seems related to bytecode as mentioned in this issue, please reference similar answers that point this is not a library issue. If it is believed to be, please feel free to reopen or ask to reopen.
web3.eth.waitForTransactionReceipt(contract.functions.set_data(1,i,lis1[i]).transact({'from':'0x343A55f7792f6a355CD8f9109C869F9c6DA7b3a8'}))
Gives me an error on this
``web3.eth.waitForTransactionReceipt(contract.functions.set_data(1,i,lis1[i]).transact({'from':'0x343A55f7792f6a355CD8f9109C869F9c6DA7b3a8'})
)
can help me .....
The text was updated successfully, but these errors were encountered: