Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallTracer displays incorrect transaction information #18514

Closed
LucasGmm opened this issue Jan 24, 2019 · 2 comments
Closed

CallTracer displays incorrect transaction information #18514

LucasGmm opened this issue Jan 24, 2019 · 2 comments

Comments

@LucasGmm
Copy link

When debugging.traceTransaction gets internal transfer information, I have a lot of problems with very large values in CallTracer, such as txid = '0x0e6525f5df542f48c24329bde6903e2e45f9afdf3e2b28802c6dd20d6e4bd1f6', I am looking for it.
Https://etherscan.io/tx/0x0e6525f5df542f48c24329bde6903e2e45f9afdf3e2b28802c6dd20d6e4bd1f6 but did not show such a transfer, but debug.traceTransaction has a large amount of transfer

image

This is very troublesome for me, which leads me to have no way to carry out the analysis. I hope that everyone will give me some help because I am very much looking forward to the development of the Ethereum community.

@holiman
Copy link
Contributor

holiman commented Feb 9, 2019

Please try out the functionality from #17914 .
Should be a matter of doing

> debug.standardTraceBlockToFile("0x995d48328ff5ce7ecc122d39bd3fe2c536e180cac1a71213d019655f3b15d5be", {txHash:"0x0e6525f5df542f48c24329bde6903e2e45f9afdf3e2b28802c6dd20d6e4bd1f6", disableMemory:true})

If you then provide the output, I'm sure we can figure out what's amiss with the call tracer.

@stale
Copy link

stale bot commented Feb 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants