get_contract_call_status
Retrieve the lifecycle status of a contract call using its call ID. Get confirmation, gas details, and error information for any submitted call.
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 |