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
| Argument | Type | Description |
|---|---|---|
address | The address to look up (0x-prefixed, 42 characters). |
Return Type
| Type | Description |
|---|---|
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. |