tokens.transfers table contains token transfer events across ERC20 tokens and native tokens for all EVM-compatible networks indexed on Dune. This dataset encompasses:
- Transfer events for ERC20 tokens
- ERC4626 fallback mint and burn transfers for supported vaults
- WETH deposits and withdrawals
- Native currency transfers
- Transaction value transfers
- Trace value transfers
- Gas used transfers
Some ERC20 tokens and native currencies have non-standard ways of being transferred and might not be included in the transfers table.
You can check the logic for the transfers table here. The level of detail of the transfers table will vary by chain.
Utility
The transfers table provides a comprehensive view of token movement across networks, enabling you to:- Track token flows between addresses
- Analyze transaction volumes and patterns
- Identify significant token movements
- Monitor exchange and DeFi protocol activity
Pricing Methodology
Theamount_usd column in the transfers table uses Coinpaprika-sourced pricing data exclusively, which provides:
- Stable, externally-validated pricing from centralized exchange aggregation
- Protection against outliers that can occur in DEX-derived pricing algorithms
- Consistent valuation across major tokens (~2,000 tokens with Coinpaprika coverage)
Table Schema
Network Coverage
Transfer data is available for the following EVM-compatible networks:Sample Queries
Query recent token transfers for a specific address This query returns the most recent token transfers (both incoming and outgoing) for a specified address:amount_usd values are calculated using Coinpaprika pricing data (prices_external.hour) for stable, exchange-validated pricing.
tokens.transfers includes fallback ERC4626 share mint and burn rows for supported vaults, but other custom token mechanics may still require token-specific logic.