trace_transaction
POST http://{{rpc-http-host}}:{{rpc-http-port}}
Provides transaction processing of type trace
for the specified transaction.
Important
Your node must be an archive node (that is, synchronized without pruning or fast sync) or the requested transaction must be contained in a block within the number of pruning blocks retained (by default, 1024).
Parameters
data
: Transaction hash
Returns
result
- Array of calls to other contracts containing
one object per call, in the order called by the transaction.
Request Body
{"jsonrpc"=>"2.0", "method"=>"trace_transaction", "params"=>["0x4c253746668dca6ac3f7b9bc18248b558a95b5fc881d140872c2dff984d344a7"], "id"=>1}