# Dune Docs: Data Catalog EVM Networks World Chain

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

## World Chain

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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