readTransaction
Estimate Transaction
estimate_transactionEstimate gas for an arbitrary transaction on Celo mainnet from from/to/value/data fields. Useful for raw contract calls before sending.
§ Inputs
| Name | Type | Description |
|---|---|---|
fromRequired | 0x… address | Sender address. |
toRequired | 0x… address | Recipient or contract address. |
value | string (wei) | Native CELO value in wei. Defaults to 0. |
data | 0x… hex | Calldata for the transaction. |
§ Returns
{ gasLimit, gasPrice, estimatedFee }§ Try saying
- Estimate gas to call this contract from 0x…
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks estimate_transaction automatically.