read_contract
Read data from any smart contract by supplying the contract ID and function name, with optional parameters for the call.
Instructions
Read data from a smart contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Function parameters | |
| contractId | Yes | Contract ID | |
| functionName | Yes | Function name to call |