debugTraceBlockByNumber
Replay and trace all transactions in a block identified by its number. Specify block number or tag to get detailed traces for debugging contract calls and state changes.
Instructions
Replay and trace all transactions in a block identified by its number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockNumberOrTag | Yes | Block number in hex or tag like 'latest' | |
| tracer | No | Tracer options |