# Dune Docs: Data Catalog EVM Networks Sei

> Official documentation for building with Dune's data platform, query engine, and API.

## Sei

- [Sei Overview](https://docs.dune.com/data-catalog/evm/sei/overview.md): Sei data on Dune

### Raw (EVM)

- [sei.blocks](https://docs.dune.com/data-catalog/evm/sei/raw/blocks.md): Block data — block height, timestamp, and metadata on Sei.
- [sei.creation_traces](https://docs.dune.com/data-catalog/evm/sei/raw/creation-traces.md): Contract deployment records on Sei — deployer address, factory context, and deployed bytecode.
- [sei.logs](https://docs.dune.com/data-catalog/evm/sei/raw/logs.md): Smart contract event logs on Sei — indexed topics and data fields from token transfers, swaps, and protocol actions.
- [sei.transactions](https://docs.dune.com/data-catalog/evm/sei/raw/transactions.md): Transaction records — messages, fees, and execution results on Sei.
- [sei.traces](https://docs.dune.com/data-catalog/evm/sei/raw/traces.md): Internal transaction traces on Sei — cross-contract calls, delegate calls, and value transfers with full call stack context.

### Decoded (EVM)

- [Sei Decoded Overview](https://docs.dune.com/data-catalog/evm/sei/decoded/overview.md): Simplifying Sei smart contract analysis through human-readable tables.
- [Sei Call Tables](https://docs.dune.com/data-catalog/evm/sei/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Sei network in their own tables.
- [Event Logs](https://docs.dune.com/data-catalog/evm/sei/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed.
- [sei.contracts](https://docs.dune.com/data-catalog/evm/sei/decoded/contracts.md): Verified contract registry on Sei — contract name, namespace, ABI, and deployment metadata.
- [sei.logs_decoded](https://docs.dune.com/data-catalog/evm/sei/decoded/logs-decoded.md): ABI-decoded event logs on Sei — human-readable event names and parsed parameters from verified contracts.
- [sei.traces_decoded](https://docs.dune.com/data-catalog/evm/sei/decoded/traces-decoded.md): ABI-decoded function calls on Sei — parsed function names, inputs, and outputs from verified contracts.

### Curated (EVM)

#### DEX

- [dex.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on sei.
- [dex_aggregator.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Sei — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details.

#### NFT

- [NFT.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on sei.

### Cosmos Data

- [sei.cosmos_blocks](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_blocks.md): Block data — block height, timestamp, proposer, and transaction count on Sei.
- [sei.cosmos_block_events](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_block_events.md): Block-level events emitted during block processing on Sei.
- [sei.cosmos_message_events](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_message_events.md): Message-level events — events emitted by specific transaction messages on Sei.
- [sei.cosmos_tx_messages](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_tx_messages.md): Transaction messages — individual message types and payloads on Sei.
- [sei.cosmos_transactions](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_transactions.md): Transaction records — messages, fees, gas, and execution status on Sei.
- [sei.cosmos_validators](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_validators.md): Validator set data — operator address, voting power, and commission on Sei.
