pentagonal_compile
Compile Solidity smart contracts to generate ABI, bytecode, constructor arguments, and gas estimates for deployment preparation.
Instructions
Compile Solidity source code and return the ABI, bytecode, constructor arguments, and gas estimates. Use this after generating and auditing a contract to prepare it for deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Solidity source code to compile | |
| contract_name | No | Specific contract name to compile (auto-detected if omitted) |