arbtrace_call
Trace individual Arbitrum network calls by specifying trace types, RPC URLs, and call arguments to analyze transaction details and state changes.
Instructions
Trace individual calls with specified trace types (requires trace API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockNumOrHash | No | Block number or hash (defaults to 'latest') | |
callArgs | Yes | Call arguments (to, from, data, etc.) | |
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']) |