Skip to main content

address

Look up any address (EOA or contract) by its address string. Returns null if the address has never been seen on-chain.

Schema Definition

address(
address: AddressString!
): Address

Arguments

ArgumentTypeDescription
address
AddressString! non-null scalar
The address to look up (0x-prefixed, 42 characters).

Return Type

TypeDescription
Address interface
Base interface for any address on chain, whether an externally owned account (EOA) or a smart contract. Provides common fields for address identification, activity tracking, and asset balances.