Uncaught Error: Returned values aren't valid, did it run Out of Gas?
问题 I'm listening to events of my deployed contract. Whenever a transaction gets completed and event is fired receiving the response causes following error: Uncaught Error: Returned values aren't valid, did it run Out of Gas? at ABICoder.push../node_modules/web3-eth-abi/src/index.js.ABICoder.decodeParameters (index.js:227) at ABICoder.push../node_modules/web3-eth-abi/src/index.js.ABICoder.decodeLog (index.js:277) Web3 version: 1.0.0-beta36 Metamask version: 4.16.0 How to fix it? 回答1: Try the