contract_address | BYTEA | Address of the ERC-721 token contract (20 bytes). |
tracing_id | BYTEA | Canonical lineage identifier for the NFT metadata record. |
parent_tracing_ids | BYTEA | Array of upstream tracing IDs that describe parent dependencies. |
genesis_tracing_ids | BYTEA | Array of tracing IDs pointing to the genesis artifacts for the record. |
block_number | BIGINT | Block of the log we attribute as the genesis/recognition point. |
block_time | timestamptz | UTC timestamp for the block that produced this record. |
tx_index | INTEGER | Transaction index within the block. |
log_index | INTEGER | Log index within the block. |
name | TEXT | Name of the ERC-721 token. |
symbol | TEXT | Symbol/ticker of the ERC-721 token. |
base_token_uri | TEXT | Base URI for token metadata, if any. |
_tracing_id | BYTEA | Tracing ID of this ERC-721 token record. |
_genesis_tracing_ids | BYTEA[] | Tracing IDs of the genesis records leading to this ERC-721 token record. |
_parent_tracing_ids | BYTEA[] | Tracing IDs of the parent records leading to this ERC-721 token record. |
_created_at | TIMESTAMPTZ | Record creation timestamp. |
_updated_at | TIMESTAMPTZ | Record last update timestamp. |