如何调试“气体估计失败:“由于异常,执行失败。”在布朗尼?
是否有任何一般方法可以追踪此错误发生的位置?这似乎是一个非常普遍的错误,但我不知道有任何调试的方法。
我是否必须始终手动,彻底地查看我的功能和交易呼叫,包括Python和Solidity?
尤其是当项目更复杂并且使用外部合同时,此过程可能非常乏味且耗时。
感谢您的任何回复
Is there any general way to trace where this error occurs? It seems like a pretty common error, but I don't know any way to debug it.
Do I have to always manually and thoroughly review my function and transaction calls both in python and solidity?
Especially when project is more complex and uses external contracts this process can be very tedious and time-consuming.
Thanks for any response
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该消息意味着该功能已在某处恢复。如果您使用 etherscan 或任何其他区块浏览器,您可以检查交易期间发出的事件,以便您可以看到流程在哪里停止。
That messages means that the function reverted somewhere. If you go on etherscan or any other block explorer you can check the emitted events during the transaction so you can see where the flow stops.