mezo_call
Execute a read-only smart contract call on Mezo. Returns the hex-encoded return data. Use this to read contract state without sending a transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Contract address | |
| data | Yes | ABI-encoded function call data | |
| from | No | Sender address (optional, for context) | |
| block | No | Block to query (default: latest) |