explorer_get_tx_execution_status
Check if a transaction execution errored on a specific chain. Provide the chain ID and transaction hash to get the execution status.
Instructions
Check the execution status of a transaction (whether it errored during execution).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | Transaction hash (0x-prefixed, 64 hex chars) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) |