NFTs
Trades
The NFT transfers table aggregates ERC721 and ERC1155 token transfers into a single table.
Table Columns
Unique ID: unique_id
Column Name | Description |
---|---|
token_standard | The standard of the token, e.g., ERC721 or ERC1155. |
from_address | The address of the sender. |
to_address | The address of the recipient. |
token_address | The contract address of the token. |
token_name | The name of the token. |
token_symbol | The symbol of the token. |
token_id | The unique identifier of the token. |
amount | The amount of tokens transferred. |
transaction_from_address | The address of the sender in the transaction. |
transaction_to_address | The address of the recipient in the transaction. |
transaction_hash | The unique identifier of the transaction. |
transaction_index | The position of the transaction within the block. |
log_index | The position of the log within the block. |
block_timestamp | The timestamp of the block containing the transaction. |
block_number | The number of the block containing the transaction. |
block_hash | The unique identifier of the block containing the transaction. |
event_type | The type of event, e.g., erc1155_transfer_single, erc721_transfer. |
unique_id | A unique identifier for the transfer event. |
_helper_nft_tokens__updated_at | The timestamp of the last update to the token information. |