Skip to main content

Stargaze

This page presents the available tables for Stargaze.

Raw Tables

This table provides a comprehensive overview of every action and occurrence within the Cosmos blockchain ecosystem. It includes detailed information about each block's transactions, enabling the analysis of the blockchain's behavior and evolution over time.

Column NameTypeDescription
block_heightINTEGERIdentifier for the specific block within a blockchain
block_timestampTIMESTAMPTimestamp of when the block was added to the blockchain
event_indexINTEGERUnique index of the event within a block or transaction
event_typeSTRINGCategory or type of event occurring within the blockchain
event_attributesJSONAdditional, event-specific data in a structured format
sourceSTRINGIdentifier of the blockchain node or module emitting the event
schema_versionINTEGERVersion of the event schema or data structure
ingestion_timestampTIMESTAMPTimestamp of when the event data was ingested into db

Parsed Tables

This table represents a collection of blockchain events within the Cosmos ecosystem, providing insight into the transactions and interactions that have occurred within the network. Each row in the table corresponds to a specific event, capturing relevant information about the event's context.

Column NameTypeDescription
block_heightINTEGERBlockchain height: sequence number for each block in the blockchain
block_timestampTIMESTAMPTimestamp of when the block was created in the blockchain
tx_idSTRINGUnique identifier for each transaction in the blockchain
collectionSTRINGGroup of assets or data stored within the blockchain
creatorSTRINGAddress or account responsible for originating transactions or assets
ingestion_timestampTIMESTAMPTimestamp of when data was ingested from the blockchain