debug_traceTransaction
Replays a MegaETH transaction and returns its execution trace.
Last updated
{
"jsonrpc": "2.0",
"id": 1,
"method": "debug_traceTransaction",
"params": [
"0xecc262f36652019b75f4cb7315ff19f430fc92efd5a8048948400407d55fd904",
{ "tracer": "callTracer" }
]
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"from": "0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001",
"to": "0x4200000000000000000000000000000000000015",
"gas": "0x5f5e100",
"gasUsed": "0xb9d56c",
"type": "CALL"
}
}