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 token name
- The number of decimals used by the token
Coverage
This table covers tokens across all EVM chains on Dune. Tokens are automatically detected and included when they meet the following criteria:
- Have emitted ERC20 Transfer events
- Have at least 1 transfer recorded on-chain
New tokens meeting these criteria are added to the table within approximately 1 hour of detection.
Data Sources
We use Sim API to retrieve token metadata for all qualifying contracts. For chains not supported on Sim API, we fall back to DefinedFi as our metadata provider.
Native tokens are also included in this dataset, using metadata info from dune.blockchains
.
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
The table contains the following columns:
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:
Count tokens by blockchain
This query shows the distribution of tokens across different blockchains: