我用geth布署了私有测试链,发布合约后,每次调用接口充值到合约都会有这个提示,请问什么原因
10LK
Error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.
at h.decodeParametersWith (index.js:298)
at h.decodeParameters (index.js:285)
at U.d._decodeMethodReturn (index.js:470)
at l.outputFormatter (index.js:760)
at l.formatOutput (index.js:147)
at o (index.js:523)
at a (util.js:689)
at b.run (browser.js:153)
at p (browser.js:123)
调用读取接口时报这个错误,但在命令行上执行,合约是正常的
暂无回答!
求助中
解决了这个问题,预计可以帮助到
- 0
- 2
- 0
- 0
- 4 人
有大佬用过web3.php这个库么 调用同一个合约的两个方法 一个没问题一个返回0x00 用node校验过合约没有问题
请问geth终端一直输出日志信息没办法输入命令,这个怎么解决
请问下, 以太坊合同发编译后, 看到的代码是 call stor0.'CP(>' with: 这里应该是一个合同调用的已部署的合同的方法来的,这种方式估计是怎样的一种调用?
我用geth布署了私有测试链,发布合约后,每次调用接口充值到合约都会有这个提示,请问什么原因
solidty里的admin_fee是啥?后面为啥要跟一个0x地址
大佬 问问 我remix想启动一个helloworld合约 连到本地ganache,delply的时候 让我输入 Passphrase requested,这个 是在ganache里面设置的吗?