Table Details
| Property | Value |
|---|---|
| Table Name | near.raw.non_fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(16777216) | Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies. |
| name | VARCHAR(16777216) | Market display name. |
| symbol | VARCHAR(16777216) | Ticker symbol of this token or asset. Short alias for token_symbol used in tables that preserve the original blockchain field naming convention. |
| base_uri | VARCHAR(16777216) | Base URI for token metadata, used to construct full URIs for NFT assets. |
| icon | VARCHAR(16777216) | URL to the icon image for this NFT collection or token. |
| reference | VARCHAR(16777216) | Whether this is a reference input that is read but not consumed. |
| reference_hash | VARCHAR(16777216) | Hash of the referenced data for this NEAR data receipt. |
| spec | VARCHAR(16777216) | Protocol version specification string for this transaction or receipt. |
| metadata | VARIANT | V2-only arbitrary per-order data (bytes32). Null for V1 + FPMM. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |