Skip to main content
Use contract-ownership when you need to prove control over a deployed smart contract.

Best For

  • app ownership
  • contract admin verification
  • protocol and ecosystem trust pages

Flow Type

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

Required Fields

FieldRequiredNotes
contractAddressYesEVM contract address
chainIdYesEVM chain ID
methodNoowner, admin, or access-control style check

Example

{
  "contractAddress": "0x...",
  "chainId": 8453
}