get_contract_call_status
Retrieve the status and details of a submitted contract call using its call ID, including lifecycle state, block number, gas usage, cost in USD-micros, receipt, and any 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 |