contract_call
Execute smart contract functions on TRON by providing the contract address, function name, and parameters, with an optional fee limit.
Instructions
Call a smart contract function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feeLimit | No | Fee limit in SUN (optional) | |
| parameters | No | Function parameters | |
| functionName | Yes | Function name to call | |
| contractAddress | Yes | Smart contract address |