# Dune Docs: Data Catalog EVM Networks Avalanche

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

## Avalanche

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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