deploy_contract
Deploy smart contracts to the TRON network by providing ABI and bytecode. Specify constructor arguments, network, and fee limit as needed.
Instructions
Deploy a smart contract to the TRON network using ABI and Bytecode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | Yes | The contract ABI (array of objects) | |
| args | No | Constructor arguments | |
| name | No | Contract name (optional) | |
| network | No | Network name. Defaults to mainnet. | |
| bytecode | Yes | The compiled contract bytecode (hex string) | |
| feeLimit | No | Fee limit in Sun (default: 1,000,000,000 = 1000 TRX) |