Sei data on Dune
Sei is a Layer-1 blockchain optimized for trading and decentralized finance (DeFi). It combines the strengths of Solana and Ethereum by implementing a fast parallelized EVM chain, providing a hyper optimized execution layer that benefits from the tooling and mindshare around the EVM.
Sei is a Cosmos chain with EVM modules added in the v2 upgrade. Dune indexes the EVM data separately from the Cosmos data. As such, data latency between the two can be expected.
Parallelization allows Sei to process multiple independent transactions simultaneously, leveraging modern hardware capabilities for enhanced performance.
Sei introduces four major innovations:
Sei supports both EVM and CosmWasm smart contracts in different execution environments. It introduces interoperability features, such as precompiled EVM contracts and Pointer Contracts, to enable smooth interactions between both environments.
For more details, visit Sei Interoperability Documentation.
Access detailed event logs from smart contracts to analyze contract activity and interactions.
Explore data on blocks processed by the Sei chain, illustrating network throughput and activity.
Transaction details that highlight the efficiency and speed of the Sei chain.
Decoded transaction data for easier analysis and deeper understanding of contract executions.
Timestamp is only available on block level tables (e.g. sei.cosmos_blocks
) with field block_timestamp
, so you need to do an inner join on block_height
to get timestamp to other tables.
Contains each validated block in the chain.
Contains all block-level events and attributes in the chain, partitioned by event_index.
Contains relevant data associated with each transaction.
Contains all events and their corresponding attributes partitioned by message_index.
Contains all messages submitted to the blockchain.
Maps validator addresses to monikers (human-readable description) and other metadata.
Sei data on Dune
Sei is a Layer-1 blockchain optimized for trading and decentralized finance (DeFi). It combines the strengths of Solana and Ethereum by implementing a fast parallelized EVM chain, providing a hyper optimized execution layer that benefits from the tooling and mindshare around the EVM.
Sei is a Cosmos chain with EVM modules added in the v2 upgrade. Dune indexes the EVM data separately from the Cosmos data. As such, data latency between the two can be expected.
Parallelization allows Sei to process multiple independent transactions simultaneously, leveraging modern hardware capabilities for enhanced performance.
Sei introduces four major innovations:
Sei supports both EVM and CosmWasm smart contracts in different execution environments. It introduces interoperability features, such as precompiled EVM contracts and Pointer Contracts, to enable smooth interactions between both environments.
For more details, visit Sei Interoperability Documentation.
Access detailed event logs from smart contracts to analyze contract activity and interactions.
Explore data on blocks processed by the Sei chain, illustrating network throughput and activity.
Transaction details that highlight the efficiency and speed of the Sei chain.
Decoded transaction data for easier analysis and deeper understanding of contract executions.
Timestamp is only available on block level tables (e.g. sei.cosmos_blocks
) with field block_timestamp
, so you need to do an inner join on block_height
to get timestamp to other tables.
Contains each validated block in the chain.
Contains all block-level events and attributes in the chain, partitioned by event_index.
Contains relevant data associated with each transaction.
Contains all events and their corresponding attributes partitioned by message_index.
Contains all messages submitted to the blockchain.
Maps validator addresses to monikers (human-readable description) and other metadata.