# Dune Docs: Data Catalog EVM Networks Ethereum

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

## Ethereum

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

### Raw

- [ethereum.transactions](https://docs.dune.com/data-catalog/evm/ethereum/raw/transactions.md): Every transaction on Ethereum — from, to, value, gas, calldata, and receipt status.
- [ethereum.logs](https://docs.dune.com/data-catalog/evm/ethereum/raw/logs.md): Smart contract event logs on Ethereum — indexed topics and data fields from token transfers, swaps, and protocol actions.
- [ethereum.traces](https://docs.dune.com/data-catalog/evm/ethereum/raw/traces.md): Internal transaction traces on Ethereum — cross-contract calls, delegate calls, and value transfers with full call stack context.
- [ethereum.creation_traces](https://docs.dune.com/data-catalog/evm/ethereum/raw/creation-traces.md): Contract deployment records on Ethereum — deployer address, factory context, and deployed bytecode.
- [ethereum.blocks](https://docs.dune.com/data-catalog/evm/ethereum/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Ethereum.
- [ethereum.withdrawals](https://docs.dune.com/data-catalog/evm/ethereum/raw/withdrawals.md): Beacon chain ETH withdrawals on Ethereum — validator index, amount, and recipient address.

### Decoded

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

### Curated

#### DEX

- [dex.trades on ethereum](https://docs.dune.com/data-catalog/evm/ethereum/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 ethereum.
- [dex_aggregator.trades on ethereum](https://docs.dune.com/data-catalog/evm/ethereum/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Ethereum — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details.

#### NFT

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