get_contract_call_status
Look up the status of a submitted contract call by its call ID. Returns lifecycle state, block number, gas details, receipt, and errors.
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 |
|---|---|---|---|
| call_id | Yes | The contract call ID (ccall_...) | |
| project_id | Yes | The project ID |