debugTraceCall
Debug contract interactions by tracing a call without executing it on-chain. Specify transaction, block, and options to analyze behavior.
Instructions
Trace a call without executing it on-chain — useful for debugging contract interactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| transaction | Yes | Transaction call object with from, to, gas, value, data | |
| blockIdentifier | Yes | Block hash, number, or tag | |
| options | No | Tracer and state override options |