aleo.core Table: dim_labels Type: Base Table
A hand curated table containing address names / labels for popular contracts, validators, tokens,
etc.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The name of the blockchain |
| CREATOR | TEXT | The name of the creator of the label |
| ADDRESS | TEXT | Address that the label is for. This is the field that should be used to join other tables with labels. |
| ADDRESS_NAME | TEXT | The name associated with the address |
| LABEL_TYPE | TEXT | A high-level category describing the addresses main function or ownership |
| LABEL_SUBTYPE | TEXT | A sub-category nested within label type providing further detail |
| PROJECT_NAME | TEXT | Name of the project or entity associated with the address |
| DIM_LABELS_ID | TEXT | Unique identifier for each label record |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |