Skip to main content

Evmos

This page presents the available tables for Evmos.

Raw Tables

EVM (Ethereum Virtual Machine) block data in the Cosmos ecosystem, including metadata about each block.

Column NameTypeDescription
heightINTEGERThe height of the block in the Cosmos blockchain, representing the sequential order of blocks.
timestampTIMESTAMPThe timestamp of the block in the Cosmos blockchain, indicating when the block was created.
hashSTRINGThe hash of the EVM block, ensuring the integrity and uniqueness of the block within the blockchain.
ingestion_timestampTIMESTAMPThe timestamp when the EVM block data was ingested into the system, representing when the data was processed.

Parsed Tables

This table contains logs from EVM (Ethereum Virtual Machine) smart contracts on the Cosmos blockchain network. It provides insights into the activities of these contracts and their interactions with the blockchain.

Column NameTypeDescription
addressSTRINGThe address of the EVM smart contract that triggered the log.
dataSTRINGThe hexadecimal data associated with the log.
block_hashSTRINGThe hash of the block in which the log was recorded.
log_indexSTRINGThe index of the log within the block.
transaction_hash_evmSTRINGThe hash of the EVM transaction that triggered the log.
ingestion_timestampTIMESTAMPThe timestamp when the log was ingested into the system.
topicsRECORDThe list of topics associated with the log.