You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use debug_traceTransaction to get detailed information of whats happening within a TX. However, I cannot seem to be able to extract the emitted events from the trace. I can see them in the trace (LOG* opcodes) however there is no easy way to actually parse them to something "readable" (along with values and originating address). Do you have any tips for me to archive that?
I am looking to grab data like this:
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use
debug_traceTransaction
to get detailed information of whats happening within a TX. However, I cannot seem to be able to extract the emitted events from the trace. I can see them in the trace (LOG* opcodes) however there is no easy way to actually parse them to something "readable" (along with values and originating address). Do you have any tips for me to archive that?I am looking to grab data like this:
The text was updated successfully, but these errors were encountered: