ERC20 Token Metadata
Metadata like symbol, name, decimals, and contract address for ERC20 tokens across EVM networks.
The tokens.erc20
table contains metadata for ERC20 tokens across all EVM-compatible networks indexed on Dune. This dataset provides essential information about ERC20 tokens, including:
- The blockchain on which the token exists
- The contract address of the token
- The token symbol
- The number of decimals used by the token
Utility
The ERC20 metadata table offers valuable information for token analysis and integration, allowing you to:
- Identify tokens across different blockchains
- Retrieve essential token information for calculations and display
- Cross-reference token data with other tables like
tokens.transfers
The table contains the following columns:
Token Coverage
We use the DefinedFi token list to index ERC20 tokens. The list is updated on a regular basis and includes tokens that are not native to the chain. The list includes tokens from all EVM-compatible chains, including EVM-compatible sidechains and all layer 2 solutions.
Sample Queries
Query ERC20 tokens on a specific blockchain
This query returns ERC20 tokens on the Ethereum blockchain:
Find tokens with a specific symbol across blockchains
This query finds all tokens with the symbol “USDC” across different blockchains:
List tokens with non-standard decimal places
This query lists tokens that don’t use the standard 18 decimal places:
Was this page helpful?