Skip to main content

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 NameTypeDescription
heightINTEGERThe block height is a unique identifier for each EVM block in the Cosmos ecosystem, indicating its position in the blockchain.
timestampTIMESTAMPThe timestamp represents the time at which a specific EVM block was added to the Cosmos blockchain, providing a temporal context for block activity.
hashSTRINGThe hash is a digital fingerprint of the EVM block's contents, serving as a unique identifier and enabling efficient verification of block integrity.
ingestion_timestampTIMESTAMPThe 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 NameTypeDescription
addressSTRINGThe Ethereum address associated with the transaction or smart contract interaction.
dataSTRINGThe binary data associated with the transaction or smart contract interaction, such as the ABI- encoded function call.
block_hashSTRINGThe hash of the block in which the transaction or smart contract interaction occurred.
log_indexSTRINGThe index of the log entry within the block, representing the order in which logs were generated.
transaction_hash_evmSTRINGThe hash of the Ethereum transaction associated with the log entry.
ingestion_timestampTIMESTAMPThe timestamp when the log entry was ingested into the database.
topicsRECORDThe topics associated with the log entry, which can provide additional context about the event that occurred.