Tables
ERC1155_TransferBatch_event
TransferBatch events from ERC-1155 (Multi-Token Standard) contracts containing operator, sender, recipient, and arrays of token IDs with corresponding quantities for batch transfers. Used for tracking multi-token movements including mints, burns, and transfers in gaming assets, collectibles, and semi-fungible tokens.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
ERC1155_TransferSingle_event
ERC-1155 (Multi Token Standard) single token transfer events emitted when one token ID is transferred between addresses. Contains operator, sender, recipient, token ID, and transfer amount for tracking individual NFT and semi-fungible token movements within multi-token contracts.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
ERC20_Transfer_event
ERC-20 token transfer events decoded from transaction logs, containing sender address, recipient address, and token amount. Primary source for tracking fungible token flows and wallet holdings across EVM-compatible blockchains.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
ERC721_Transfer_event
Non-fungible token (NFT) transfer events emitted by ERC-721 compliant smart contracts, capturing the movement of unique tokens between addresses. Contains sender, recipient, token ID, and contract address for tracking NFT ownership changes and marketplace activity across chains.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter