token
Look up a fungible token (ERC-20) by its contract address.
Returns null if the address is not an ERC-20 token contract.
Schema Definition
token(
address: AddressString!
): Token
Arguments
| Argument | Type | Description |
|---|---|---|
address | The token contract address to look up (0x-prefixed, 42 characters). |
Return Type
| Type | Description |
|---|---|
Token object | A fungible token contract implementing ERC-20 or a compatible standard. Fungible tokens are interchangeable - each unit is identical to every other unit. Examples: USDC, WETH, UNI, LINK. |