Error: could not decode result data (value="0x", info={ "method": "retrieve", "signature": "retrieve()" }, code=BAD_DATA, version=6.13.1) #6662
Unanswered
GhostCoder-10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was deploying my SimpleStorage.sol smart contract using deploy.js script on Ganache blockchain. Deployment of contract is taking place but when interacting with smart contract giving me error:
Error: could not decode result data (value="0x", info={ "method": "retrieve", "signature": "retrieve()" }, code=BAD_DATA, version=6.13.1)
My JavaScript File:
My smart contract, SimpleStorage.sol
Error Message:
Beta Was this translation helpful? Give feedback.
All reactions