The near.nfts.transfers model captures NFT token transfer events from NEAR event logs receipt, focusing on nep-171 compatible tokens. This model provides detailed information about each transfer, including block height, transaction details, and token-specific information.

Model Description

NFT Token transfers events NEAR event logs receipt. Broadly, this includes nep-171 compatible tokens.

Columns

Column NameDescription
block_heightThe block height of the transaction.
block_timestampThe timestamp of the transaction.
transaction_hashThe hash of the transaction.
event_nameThe name of the event.
event_standardThe standard of the event.
event_versionThe version of the event.
from_addressThe address of the sender.
to_addressThe address of the receiver.
token_addressThe address of the token.
nameThe name of the token.
symbolThe symbol of the token.
token_idThe ID of the token.
signer_idThe address of the signer.
event_dataThe data of the event.
idThe ID of the event.
transaction_indexThe index of the transaction.
receipt_outcome_indexThe index of the receipt outcome.
log_indexThe index of the log.
token_id_indexThe index of the tokenID in the array of transfers.
unique_idThe unique ID of the event.
_created_atThe timestamp of the entry of the transfer in the database.
_updated_atThe timestamp of the last update of the transfer in the database.