Skip to main content
Schema: osmosis.core Table: dim_tokens Type: View Contains token metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTIn this table, always Osmosis. Used to join to cross-chain tables. This column will deprecate in all tables except core.fact_blocks soon. Please modify your queries to join to the blocks table to use this field.
ADDRESSTEXTAddress unique to an individual wallet, validator, or token.
CREATORTEXTName of the label creator - for now, this will always be “Flipside.”
LABEL_TYPETEXTA broad category that describes what a label is representing.
LABEL_SUBTYPETEXTAdds more detail to the label type.
LABELTEXTThe label or name of the address.
PROJECT_NAMETEXTThe name of the project the label belongs to.
ALIASTEXTA secondary address for the token, where available
DECIMALNUMBERDivide the amount by POW(10, decimal) to get the amount used in the transaction. This value can be NULL, as decimals are hand curated from an outside source and not found on-chain.
RAW_METADATAARRAYAdditional details about the validator or token in json format.
DIM_TOKENS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ