debug_traceTransaction
It will attempt to run the transaction in the exact same manner as it was executed on the network.
Parameters:
String - The hash of a transaction.
Object - tracer
tracer: string - the type of tracer. Currently supports
callTracer
andprestateTracer
Returns:
Array - Block traces
Example:
// Request
curl https://mantle.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceTransaction","params":["0xf00f39d163375d0065065cce748767a21486880aaa9369f82d8583921b13789f", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": -
}
Last updated
Was this helpful?