Nillion
This page presents the available tables for Nillion.
Raw Tables
This table contains block-level events from the Cosmos ecosystem, capturing system events that occur at the block level rather than within individual transactions.
| Column Name | Type | Description |
|---|---|---|
| block_height | INTEGER | Unique identifier for each block in the blockchain |
| block_timestamp | TIMESTAMP | Timestamp when the block was created in the blockchain |
| event_index | INTEGER | Index of the event within the message or transaction |
| event_type | STRING | Type of event occurring on the blockchain |
| event_attributes | JSON | JSON object containing event attributes |
| source | STRING | Source of the event data |
| schema_version | INTEGER | Version of the data schema |
| ingestion_timestamp | TIMESTAMP | Timestamp when the data was ingested into the database |
Parsed Tables
This table tracks IBC (Inter-Blockchain Communication) receive transactions across the Cosmos ecosystem, enabling users to visualize and analyze IBC transfers.
| Column Name | Type | Description |
|---|---|---|
| key | STRING | |
| block_timestamp | TIMESTAMP | Timestamp when the block was created in the blockchain |
| block_height | INTEGER | Unique identifier for each block in the blockchain |
| block_section | STRING | |
| block_section_index | INTEGER | |
| tx_hash | STRING | Unique transaction hash identifier within the network |
| tx_index | INTEGER | Position of the transaction within the block |
| message_index | INTEGER | Index of the message within a transaction |
| event_index | INTEGER | Index of the event within the message or transaction |
| action_index | INTEGER | Index of the action within a message |
| action_subindex | INTEGER | |
| sender | STRING | Address of the account initiating the transaction |
| receiver | STRING | Address of the account receiving tokens |
| token_amount | BIGNUMERIC | Quantity of tokens transferred |
| token_denom | STRING | Denomination or unit of the token |
| token_path | STRING | Route of token transfer between chains |
| memo | STRING | Optional note accompanying a transaction |
| src_channel | STRING | |
| dst_channel | STRING | |
| connection | STRING | |
| sequence | STRING | |
| ack | STRING | |
| ingestion_timestamp | TIMESTAMP | Timestamp when the data was ingested into the database |