check_contract_ownership
Check if a contract's ownership is renounced, held by a multisig, or an EOA. Provide contract address and network to verify ownership status.
Instructions
Verify contract ownership status - check if renounced, multisig, or EOA
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| contractAddress | Yes | Contract address to check |