Table description

Table tracking all Non-Fungible Token (NFT) transfers in NEAR.

Column Descriptions

ColumnDescriptionType
block_dateThe date when the NFT transfer occurred.date
block_heightThe block height at the time of the NFT transfer.bigint
block_timeTimestamp when the block containing the NFT transfer was produced.timestamp(3) with time zone
block_hashThe unique hash of the block containing the NFT transfer.varchar
chunk_hashThe hash of the chunk within the block containing the NFT transfer.varchar
shard_idShard ID where the NFT transfer was executed.bigint
standardThe NFT standard associated with the transfer (e.g., “nep171”).varchar
token_idID of the Non-Fungible Token being transferred.varchar
receipt_idThe receipt ID associated with the NFT transfer.varchar
contract_account_idThe contract account handling the NFT transfer.varchar
causeThe function name invoked to cause the NFT transfer.varchar
statusThe status of the NFT transfer (e.g., “SUCCESS_VALUE”, “SUCCESS_RECEIPT_ID”).varchar
event_memoMemo attached to the NFT transfer event.varchar
event_indexEvent index of the NFT transfer event.uint256
old_owner_account_idOld owner account of the NFT, i.e. the “from” account.varchar
new_owner_account_idNew owner account of the NFT, i.e. the “to” account.varchar
authorized_account_idAccount authorized to perform the NFT transfer.varchar
processed_timeTimestamp when the NFT transfer data was processed.timestamp(3) with time zone
updated_atTimestamp when the NFT transfer record was last updated.timestamp(3) with time zone
ingested_atTimestamp when the NFT transfer data was ingested into Dune.timestamp(3) with time zone

Table Sample