get_contract_call_status
Look up a contract call by call ID to get its lifecycle state, block number, gas used, cost, receipt, and any error.
Instructions
Look up a previously submitted contract call by call_id. Returns lifecycle state (pending/confirmed/failed), block number, gas used, gas cost in USD-micros, receipt, and any error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| call_id | Yes | The contract call ID (ccall_...) |