Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dune.com/llms.txt

Use this file to discover all available pages before exploring further.

Table description

The TRC721 Transfers table captures all Transfer event logs for TRC721 token transfers on the Tron blockchain. This log is usually emitted when a transfer or TransferFrom function is called successfully on a TRC721 token contract.

Table Schema

ColumnTypeDescription
contract_addressvarbinaryAddress of the TRC721 (NFT) token contract that emitted this transfer event
evt_tx_hashvarbinaryHash of the transaction containing this transfer event
evt_tx_fromvarbinaryAddress of the account that initiated the parent transaction
evt_tx_tovarbinaryAddress of the recipient of the parent transaction
evt_tx_indexintegerPosition of the parent transaction within its containing block
evt_indexbigintIndex position of this event log within the transaction
evt_block_timetimestamp(3)Timestamp of the block containing this event
evt_block_numberbigintThe block number containing this event
evt_block_datedateThe UTC date of the block containing this event
fromvarbinaryAddress sending the TRC721 NFT
tovarbinaryAddress receiving the TRC721 NFT
tokeniduint256Unique identifier of the specific NFT being transferred

Table Sample