Skip to main content
Schema: aleo.core Table: dim_labels Type: Base Table A hand curated table containing address names / labels for popular contracts, validators, tokens, etc.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTThe name of the blockchain
CREATORTEXTThe name of the creator of the label
ADDRESSTEXTAddress that the label is for. This is the field that should be used to join other tables with labels.
ADDRESS_NAMETEXTThe name associated with the address
LABEL_TYPETEXTA high-level category describing the addresses main function or ownership
LABEL_SUBTYPETEXTA sub-category nested within label type providing further detail
PROJECT_NAMETEXTName of the project or entity associated with the address
DIM_LABELS_IDTEXTUnique identifier for each label record
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.