Evmos
This page presents the available tables for Evmos.
Raw Tables
This table provides metadata about EVM blocks from the Cosmos ecosystem, including their height, timestamp, and hash. It offers a comprehensive view of the EVM blockchain activity.
Column Name | Type | Description |
---|---|---|
height | INTEGER | The block height is a unique identifier for each EVM block in the Cosmos ecosystem, indicating its position in the blockchain. |
timestamp | TIMESTAMP | The timestamp represents the time at which a specific EVM block was added to the Cosmos blockchain, providing a temporal context for block activity. |
hash | STRING | The hash is a digital fingerprint of the EVM block's contents, serving as a unique identifier and enabling efficient verification of block integrity. |
ingestion_timestamp | TIMESTAMP | The ingestion timestamp marks the time when the EVM block data was ingested into the database, reflecting the block's availability for analysis and querying. |
Parsed Tables
This table contains Cosmos blockchain event logs, capturing key information from transactions and smart contract interactions.
Column Name | Type | Description |
---|---|---|
address | STRING | The Ethereum address associated with the transaction or smart contract interaction. |
data | STRING | The binary data associated with the transaction or smart contract interaction, such as the ABI- encoded function call. |
block_hash | STRING | The hash of the block in which the transaction or smart contract interaction occurred. |
log_index | STRING | The index of the log entry within the block, representing the order in which logs were generated. |
transaction_hash_evm | STRING | The hash of the Ethereum transaction associated with the log entry. |
ingestion_timestamp | TIMESTAMP | The timestamp when the log entry was ingested into the database. |
topics | RECORD | The topics associated with the log entry, which can provide additional context about the event that occurred. |