estimate_trc20_energy
Estimate energy cost for a TRC20 transfer without creating a transaction. Dry-runs the transfer to check energy requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address (base58, starts with T) | |
| from | Yes | Sender address (base58, starts with T) | |
| amount | Yes | Amount in human-readable units (e.g., '100.5' for 100.5 USDT) | |
| contract_address | Yes | TRC20 contract address (base58, starts with T) |