Replies: 1 comment 2 replies
-
Looks pretty good! Happy for you to work on this. Until we have the functionality to extract ABIs from forge artifacts, we can probably just guess the ABI with https://github.com/shazow/whatsabi for now. Let me know if you need any assistance. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to start a discussion on displaying the tx calldata (since I was working on #15)! This would be part of "View transaction details (including decoded calldata*, logs*, state*, and tracing*)" in the readme
Is there already an easy way to get this? I assume it's normally by verifying the contract, but if this is all your own code, you should be able to read from artifacts/generated files? I did a simple test myself that just copies the selectors and abi from artifacts/wagmi/cli just to debug and use on my own (maybe there's some viem/wagmi utilities already for this though) - it just extracts the 4byte selector, the function interface, and each parameter name/value.
Beta Was this translation helpful? Give feedback.
All reactions