Capture the nested CALL/CREATE tree with gas usage, return data, and log events.
The call tracer records the nested tree of CALL, STATICCALL, DELEGATECALL, CALLCODE, and CREATE operations. It shows which contracts called which, with gas usage and return data at each level.
Usage
mega-evmerun0x...--trace--tracercall
Options
Flag
Default
Description
--trace.call.only-top-call
false
Only trace the top-level call — omit nested internal calls
--trace.call.with-log
false
Include LOG events in the call trace output
Output Format
The call tracer emits a Geth-compatible nested JSON structure.