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 Name | Type | Description |
---|---|---|
height | INTEGER | The height of the block in the Cosmos blockchain, representing the sequential order of blocks. |
timestamp | TIMESTAMP | The timestamp of the block in the Cosmos blockchain, indicating when the block was created. |
hash | STRING | The hash of the EVM block, ensuring the integrity and uniqueness of the block within the blockchain. |
ingestion_timestamp | TIMESTAMP | The 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 Name | Type | Description |
---|---|---|
address | STRING | The address of the EVM smart contract that triggered the log. |
data | STRING | The hexadecimal data associated with the log. |
block_hash | STRING | The hash of the block in which the log was recorded. |
log_index | STRING | The index of the log within the block. |
transaction_hash_evm | STRING | The hash of the EVM transaction that triggered the log. |
ingestion_timestamp | TIMESTAMP | The timestamp when the log was ingested into the system. |
topics | RECORD | The list of topics associated with the log. |