| 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. |