near.nft Table: dim_nft_contract_metadata Type: View
Description
This table contains comprehensive metadata for NFT contracts on the NEAR Protocol blockchain, including contract names, symbols, base URIs, and token counts. The data covers NFT collections and individual NFT contracts, providing essential context for NFT identification, collection analysis, and metadata enrichment. This dimension table supports all NFT-related analytics by providing standardized contract information and enabling proper NFT categorization and analysis.Key Use Cases
- NFT collection identification and categorization
- NFT contract analysis and collection metadata enrichment
- NFT marketplace integration and collection discovery
- NFT collection performance tracking and analysis
- Cross-collection comparison and benchmarking
- NFT ecosystem mapping and collection discovery
- NFT metadata standardization and quality assessment
Important Relationships
- Enriches
nft.fact_nft_mintswith collection metadata and contract information - Supports
nft.fact_nft_transferswith contract context and collection details - Provides metadata for
nft.ez_nft_saleswith enhanced collection information - Enables analysis in
stats.ez_core_metrics_hourlyfor NFT metrics - Supports cross-collection analysis and ecosystem mapping
Commonly-used Fields
contract_address: Essential for joining with NFT transaction and transfer datanameandsymbol: Critical for human-readable collection identificationbase_uri: Important for NFT metadata access and collection explorationtokens: Useful for collection size analysis and token count trackingicon: Important for collection branding and visual identificationinserted_timestamp: Useful for collection discovery timeline analysis
Columns
| Column Name | Data Type | Description |
|---|---|---|
| CONTRACT_ADDRESS | TEXT | The address of the deployed contract for the token, nft, or other smart contract. |
| NAME | TEXT | The name of the asset. |
| SYMBOL | TEXT | Token symbol (e.g., ‘wNEAR’, ‘SWEAT’). This field contains the abbreviated identifier for the token as commonly used in trading pairs, price feeds, and user interfaces. Token symbols are typically 2-6 characters long and provide a quick way to identify tokens without using their full contract addresses. Examples include ‘NEAR’ for the native token, ‘wNEAR’ for wrapped NEAR, and ‘USDC’ for USD Coin. |
| BASE_URI | TEXT | The URI associated with the token or NFT, set by the deployer or creator. |
| ICON | TEXT | A base64 encoded image for the token or NFT’s icon. |
| TOKENS | NUMBER | Count of tokens issued by the NFT Contract. |
| DIM_NFT_CONTRACT_METADATA_ID | TEXT | A unique identifier for the record. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |