get_contract_call_status
Retrieve the status and details of a submitted contract call using its call ID. Check if the call is pending, confirmed, or failed, and get gas usage, cost, and receipt.
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 |