trace_block
trace_block
Returns execution traces for all transactions in a block.
Request
This endpoint expects an object.
block
Block number or tag to trace.
Response
Execution traces for all transactions in the block.
action
Common fields describing a trace action.
blockHash
32-byte block hash.
blockNumber
Hex-encoded integer quantity.
result
Common fields returned by a trace action.
subtraces
Number of child traces.
traceAddress
Path to the trace within the transaction execution tree.
transactionHash
32-byte transaction hash.
transactionPosition
Hex-encoded integer quantity.
type
Trace action category returned in trace results. This is not a traceTypes request value.
error
Error returned for the trace, when execution failed.