inspect_contract_code
Analyze verified smart contract source code and metadata on blockchain networks to understand contract functionality and structure.
Instructions
Inspects a verified contract's source code or metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The ID of the blockchain. | |
| address | Yes | The address of the smart contract. | |
| file_name | No | The name of the source file to inspect. If omitted, returns contract metadata and the list of source files. |