contract-ownership
Use cases
- App ownership
- Contract admin access
- Partner and ecosystem trust
Flow type
Lookup. Proofable checks owner or admin authority on-chain.Required Fields
Example
contract-ownership.json.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Confirm a wallet controls a contract before you grant admin access.
contract-ownership
| Field | Required | Notes |
|---|---|---|
contractAddress | Yes | EVM contract address |
chainId | Yes | EVM chain ID |
method | No | owner, admin, or accessControl (defaults to owner) |
walletAddress | No | Address to check; defaults to the signer |
{
"contractAddress": "0x...",
"chainId": 8453,
"method": "owner"
}
contract-ownership.json.