Overview
- Dataset ID:
0304 - Table:
blockdb_evm.b0304_token_transfers_v1 - Description: Token transfer events (native ETH, ERC-20, ERC-721, ERC-1155) produced by TokenTransfersEngine from transactions, internal transactions, and transfer logs.
- Primary key:
_tracing_id - Foreign Key:
(block_number, tx_index)→blockdb_evm.b0102_transactions_v1 - API: POST /evm/transfers/token-transfers
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
Methodology
The transfers are created for identified contract addresses that are ERC-20, ERC-721, ERC-1155 or native ETH. If the contract is not identified as one of these, the transfer is not created.Columns
Use Cases
- Wallet balance and flow analytics
- Token movement and holder tracking
- Compliance and attribution (native + ERC-20/721/1155 in one table)
- MEV and arbitrage flow reconstruction
Related Datasets
ERC-20 Tokens
Token metadata for the transferred assets.
Transactions
Parent transactions containing these transfers.
Logs
Raw event logs that source these transfers.