Skip to main content

Evmos

This page presents the available tables for Evmos.

Raw Tables

This table (evm_blocks) stores information about each block in the Cosmos ecosystem's blockchain. It provides data on the block number, creation time, and unique identifier.

Column NameTypeDescription
heightINTEGERSequential block number identifier in the blockchain
timestampTIMESTAMPISO 8601 datetime value representing block creation time
hashSTRINGUnique cryptographic hash of the block header
ingestion_timestampTIMESTAMPISO 8601 datetime value representing data ingestion time

Parsed Tables

EVM logs table containing data from Cosmos ecosystem blockchains. This table stores events related to transactions executed on these blockchains.

Column NameTypeDescription
addressSTRINGEVM transaction or smart contract account address
dataSTRINGEVM smart contract execution data in hexadecimal format
block_hashSTRINGHash of the EVM block associated with the log event
log_indexSTRINGIndex of the log within the EVM block
transaction_hash_evmSTRINGHash of the EVM transaction for the log event
ingestion_timestampTIMESTAMPTimestamp when the log data was ingested
topicsRECORDEVM log event topics for filtering and sorting purposes