Neutron
This page presents the available tables for Neutron.
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 | Unique identifier for each block in blockchain sequence |
block_timestamp | TIMESTAMP | Timestamp when block was mined or added to blockchain |
event_index | INTEGER | Sequence number within block for individual event occurrence |
event_type | STRING | Type of event triggered in blockchain (e.g., transaction, governance) |
event_attributes | JSON | Additional attributes related to event occurrence |
source | STRING | Blockchain network or chain that produced the event data |
schema_version | INTEGER | Version of schema used to export event data |
ingestion_timestamp | TIMESTAMP | Timestamp when data was ingested into the dataset |
Parsed Tables
Cosmos Delegatefuscation event monitoring table. This table provides an overview of changes to the state of Cosmos validators and their stakeholders, providing valuable insights into the dynamic workings of the Cosmos network.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | Unique identifier assigned to each block in the blockchain |
block_timestamp | TIMESTAMP | Timestamp (UTC time) when the block was proposed to the network |
tx_hash | STRING | Unique reference to a transaction recorded on the blockchain |
tx_index | INTEGER | Ordinal index of the transaction within a block |
message_index | INTEGER | Ordinal index of the execution message within a block |
action_index | INTEGER | Ordinal index of the atomic execution step within a message |
sender | STRING | Public address of the entity initiating a transaction |
validator | STRING | Public address of the validator handling the transaction |
token_amount | BIGNUMERIC | Quantity of tokens transferred or swapped in a transaction |
token_denom | STRING | Standardized identifier denoting the token type (e.g., ATOM, USDT) |
new_shares | FLOAT | Updated shares of a delegator post-delegation change |
ingestion_timestamp | TIMESTAMP | Timestamp (UTC time) of when the data is ingested into the database |