The NFT transfers table aggregates ERC721 and ERC1155 token transfers into a single table.

Table Columns

Unique ID: unique_id

Column NameDescription
token_standardThe standard of the token, e.g., ERC721 or ERC1155.
from_addressThe address of the sender.
to_addressThe address of the recipient.
token_addressThe contract address of the token.
token_nameThe name of the token.
token_symbolThe symbol of the token.
token_idThe unique identifier of the token.
amountThe amount of tokens transferred.
transaction_from_addressThe address of the sender in the transaction.
transaction_to_addressThe address of the recipient in the transaction.
transaction_hashThe unique identifier of the transaction.
transaction_indexThe position of the transaction within the block.
log_indexThe position of the log within the block.
block_timestampThe timestamp of the block containing the transaction.
block_numberThe number of the block containing the transaction.
block_hashThe unique identifier of the block containing the transaction.
event_typeThe type of event, e.g., erc1155_transfer_single, erc721_transfer.
unique_idA unique identifier for the transfer event.
_helper_nft_tokens__updated_atThe timestamp of the last update to the token information.