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 Name | Type | Description |
---|---|---|
block_height | INTEGER | Identifier for the specific block within a blockchain |
block_timestamp | TIMESTAMP | Timestamp of when the block was added to the blockchain |
event_index | INTEGER | Unique index of the event within a block or transaction |
event_type | STRING | Category or type of event occurring within the blockchain |
event_attributes | JSON | Additional, event-specific data in a structured format |
source | STRING | Identifier of the blockchain node or module emitting the event |
schema_version | INTEGER | Version of the event schema or data structure |
ingestion_timestamp | TIMESTAMP | Timestamp 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 Name | Type | Description |
---|---|---|
block_height | INTEGER | Blockchain height: sequence number for each block in the blockchain |
block_timestamp | TIMESTAMP | Timestamp of when the block was created in the blockchain |
tx_id | STRING | Unique identifier for each transaction in the blockchain |
collection | STRING | Group of assets or data stored within the blockchain |
creator | STRING | Address or account responsible for originating transactions or assets |
ingestion_timestamp | TIMESTAMP | Timestamp of when data was ingested from the blockchain |