Axelar
This page presents the available tables for Axelar.
Raw Tables
This table contains block-level data from the Cosmos ecosystem, providing insights into the progression of the blockchain over time. It captures critical information about block heights, timestamps, and events.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block in the blockchain, indicating its position in the sequence of blocks. |
block_timestamp | TIMESTAMP | The timestamp when the block was created, representing the block's time of occurrence. |
event_index | INTEGER | A unique identifier for the event within the block, allowing for the tracking of events across multiple blocks. |
event_type | STRING | The type of event that occurred, categorized based on the nature of the event. |
event_attributes | JSON | Additional attributes related to the event, providing more context and details about the event's occurrence. |
source | STRING | The source of the data, indicating the specific blockchain or network from which the data was obtained. |
schema_version | INTEGER | The version of the schema used to structure and organize the data, ensuring compatibility and standardization. |
ingestion_timestamp | TIMESTAMP | The timestamp when the data was ingested into the system, representing the time of data entry. |