arbtrace_replayBlockTransactions
Replay and trace all transactions within a specific block for detailed analysis or debugging on Arbitrum networks. Requires trace API support.
Instructions
Replay and trace all transactions in a specific block (requires trace API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockNumOrHash | Yes | Block number or hash to replay | |
chainName | No | Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL | |
rpcUrl | No | The RPC URL of the Arbitrum node (optional if default is set) | |
traceTypes | No | Array of trace types (e.g., ['trace', 'stateDiff']) |