check_contract_verification
Verifies if a contract on Base has source code verification, checks for upgradeable proxy status, and reports ownership renunciation for Ownable contracts.
Instructions
Check whether a contract on Base has verified source code, and basic metadata.
Reports source verification status, whether it's an upgradeable proxy, and whether ownership has been renounced (for contracts following the standard Ownable pattern).
Args: address: The 0x-prefixed contract address to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |