Skip to main content
Schema: crosschain.core Table: dim_tags Type: View

What

Holds data for our address tags.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTThe blockchain that the address belongs to.
CREATORTEXTWho created the tag. ‘flipside’ for official flipside tags.
ADDRESSTEXTThe address of the contract or wallet the tag describes.
TAG_NAMETEXTTag name (sub-category).
TAG_TYPETEXTTag type (high-level category).
START_DATETIMESTAMP_NTZDate the tag first applies. For tags that are permanent, this might be the date the address had its first behavior that warrants its tag, or the addresses’ first transaction.
END_DATETIMESTAMP_NTZDate the tag no longer applies (for tags that are permanent or currently active, end_date can be NULL).
TAG_CREATED_ATTIMESTAMP_LTZDate the tag was added to our data.
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.
DIM_TAGS_IDTEXTThe unique identifier for each row in the table.