Skip to main content
Schema: thorchain.core Table: dim_labels Type: Base Table

What

A hand curated table containing address names / labels for popular contracts, validators, tokens, etc.

Columns

Column NameData TypeDescription
DIM_LABELS_IDTEXTDIM_LABELS_ID column
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.
LABEL_TYPETEXTA high-level category describing the addresses main function or ownership
LABEL_SUBTYPETEXTA sub-category nested within label type providing further detail
LABELTEXTName of the controlling entity of the address
ADDRESS_NAMETEXTADDRESS_NAME column
_AUDIT_RUN_IDTEXT_AUDIT_RUN_ID column
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.