get_contract
Retrieve raw contract metadata from the TRON blockchain, including ABI (if verified) and bytecode, by providing the contract address.
Instructions
Get raw contract metadata from the chain, including ABI (if verified) and bytecode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| contractAddress | Yes | The contract address |