| SYSTEM_CREATED_AT | TIMESTAMP_LTZ | The timestamp for when the label was created by the Flipside label tool. |
| BLOCKCHAIN | 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. |
| ADDRESS | TEXT | The NEAR address that corresponds with a label. |
| ADDRESS_NAME | TEXT | The name attributed to the address. This is a human-readable identifier that provides context about what the address represents, such as âBinance Hot Walletâ, âUniswap V3 Routerâ, or âNEAR Foundation Treasuryâ. Address names help users understand the purpose and ownership of blockchain addresses without needing to memorize cryptographic addresses. |
| PROJECT_NAME | TEXT | The associated project name, if applicable. This field identifies the specific protocol, application, or organization that the address is associated with. For example, addresses might be labeled with project names like âRef Financeâ, âAuroraâ, âNEAR Foundationâ, or âBinanceâ. This helps categorize addresses within the broader ecosystem and provides context about which protocol or organization they belong to. |
| LABEL_TYPE | TEXT | A high-level category describing the addressâs main function or ownership. This field provides broad classification of addresses into major categories such as âcexâ (centralized exchange), âdexâ (decentralized exchange), âdappâ (decentralized application), âgamesâ, âdefiâ (decentralized finance), âinfrastructureâ, or âgovernanceâ. Label types help users quickly understand the primary purpose or category of an address within the blockchain ecosystem. |
| LABEL_SUBTYPE | TEXT | A sub-category nested within label_type providing further detail. This field offers more specific classification within the broader label_type category. Examples include âcontract_deployerâ, âhot_walletâ, âtoken_contractâ, âliquidity_poolâ, âgovernance_contractâ, âbridge_contractâ, or âvalidatorâ. Label subtypes provide granular detail about the specific role or function of an address within its broader category. |
| L1_LABEL | TEXT | Deprecating soon. This is the same column label type, but is being kept for compatibility until 3/1/2023. TODO - deprecate. |
| L2_LABEL | TEXT | Deprecating soon. This is the same column label subtype, but is being kept for compatibility until 3/1/2023. TODO - deprecate. |
| CREATOR | TEXT | |
| DIM_ADDRESS_LABELS_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. |