Skip to main content
Schema: crosschain.cosmos Table: dim_base_address Type: View

What

This table contains the common base address across all cosmos chains. This table is sourced from available chains and IBC transfers to build the population of known addresses. The bases address is the first 32 characters of the address after the chain prefix has been removed.

Columns

Column NameData TypeDescription
BASE_ADDRESSTEXTThe common base address across all chains
BLOCKCHAINTEXTThe name of the blockchain
ADDRESSTEXTThe full address
BLOCK_TIMESTAMPTIMESTAMP_NTZThe MAX blocktimestamp where this address was found on a txfrom address or part of a transfer
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_BASE_ADDRESS_IDTEXTThe unique identifier for each row in the table.