estimate_contract_energy
Estimate energy consumption required for calling a smart contract function on TRON blockchain. Specify contract address, function name, and parameters to get accurate energy usage.
Instructions
Estimate energy consumption for smart contract interaction using TRON node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feeLimit | No | Fee limit in SUN (optional, default: 100000000) | |
| parameters | No | Function parameters | |
| functionName | Yes | Function name to call | |
| callerAddress | No | Address of the caller (optional) | |
| contractAddress | Yes | Smart contract address |