zetrix_sdk_call_contract
Query smart contract functions on the Zetrix blockchain to retrieve data without modifying state. Specify contract address and input parameters to execute read-only calls.
Instructions
Call a smart contract function (query only, no state change) using SDK
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | Yes | The deployed smart contract address | |
| input | No | JSON string with method and params | |
| sourceAddress | No | Optional source address for the call |