Skip to main content
Verifier ID: contract-ownership

Use cases

  • app ownership
  • contract admin verification
  • ecosystem and partner trust surfaces

Flow Type

Lookup. NEUS checks owner or admin authority on-chain.

Required Fields

FieldRequiredNotes
contractAddressYesEVM contract address
chainIdYesEVM chain ID
methodNoowner, admin, or accessControl (defaults to owner)
walletAddressNoAddress to check; defaults to the signer

Example

{
  "contractAddress": "0x...",
  "chainId": 8453,
  "method": "owner"
}
Full schema: contract-ownership.json.
Last modified on June 15, 2026