external.tokenlists Table: ez_verified_tokens Type: View
What
A Uniswap Project, Token Lists is a community-led initiative to improve discoverability, reputation and trust in ERC20 token lists in a manner that is inclusive, transparent, and decentralized. This table contains dimensional information about the tokens listed on https://tokenlists.org/. This EZ view joins in Defillama’s dim_chains for additional chain metadata.Columns
| Column Name | Data Type | Description |
|---|---|---|
| TOKEN_ADDRESS | TEXT | The address of the token. |
| NAME | TEXT | The name of the token. |
| SYMBOL | TEXT | The symbol of the token. |
| DECIMALS | TEXT | The number of decimals of the token. |
| CHAIN_ID | TEXT | The unique identifier of the chain where the token is deployed. |
| CHAIN_NAME | TEXT | The name of the chain where the token is deployed. This is derived from defillama.dim_chains. |
| CHAIN_SYMBOL | TEXT | The official abbreviation or symbol representing the blockchain. This is derived from defillama.dim_chains. |
| TOKEN_EXTENSIONS | VARIANT | Extended token information, including mappings of the tokens on other chains. |
| PROVIDER | TEXT | The provider of the token list. |
| LIST_METADATA | VARIANT | The metadata of the token list. |
| EZ_VERIFIED_TOKENS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |