fetch_contract_abi
Fetch the ABI entry array for a verified contract on TRON using its address, providing the interface needed for contract interaction.
Instructions
Fetch contract ABI from the chain (for verified contracts). Returns the ABI entry array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| contractAddress | Yes | The contract address |