zetrix_call_contract
Execute smart contract functions in a sandbox environment to test and debug blockchain interactions without deploying to mainnet.
Instructions
Call smart contract in sandbox environment for debugging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | No | Deployed contract address (optional) | |
| code | No | Contract source code (optional) | |
| input | No | Function parameters (optional) | |
| contractBalance | No | Contract balance (optional) | |
| feeLimit | No | Fee limit (optional) | |
| gasPrice | No | Gas price (optional) | |
| optType | No | Operation type (optional) | |
| sourceAddress | No | Source address (optional) |