# Dune Docs: Data Catalog EVM Networks ApeChain

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

## ApeChain

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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