Overview
- Dataset ID:
0304 - Token Transfers - Description: Token transfer events (native ETH, ERC-20, ERC-721, ERC-1155) produced by TokenTransfersEngine from transactions, internal transactions, and transfer logs.
- Sample: Hugging Face Sample
Subscription Parameters
Optional filter: sender addresses (hex, no
0x).Optional filter: recipient addresses (hex, no
0x).Optional filter: token contract addresses (hex, no
0x); omit for native transfers where applicable.Optional filter: transfer kinds (e.g.
native, erc20, erc721, erc1155).Message Fields
Block containing the transfer.
Block time (ISO-8601).
Transaction index within the block.
Log index when sourced from a log; null when not applicable.
Trace address for internal tx transfers (e.g.
"0", "0.1"); null for other types.Sender address (hex).
Recipient address (hex).
Token contract; null for native ETH transfers.
Raw amount (integer string in token/native units).
Decimal-adjusted amount; null if decimals unknown or NFT.
NFT / ERC-1155 id when applicable.
Transfer mechanism as integer enum (see Transfer Type).
Row lineage id (hex).
Parent lineage ids (hex).
Record creation time (ISO-8601).
Record last update time (ISO-8601).