Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
693 views

Why trace_call (stateDiff) not show balance changes from internal txs?

I am using trace_call with stateDiff Tracer, to show balances changes after a transaction. Already tried to use Erigon and core-geth, the results are identical thoughout changes in usage. For instance,...
Rafael's user avatar
  • 439
1 vote
1 answer
635 views

Decoding Storage From trace_call (stateDiff)

I am using Erigon. I am using pendent transactions of swap in goerli, this is an output from trace_call (stateDiff): { "output": "0x", "stateDiff": { "...
Rafael's user avatar
  • 439