# Dune Docs: Data Catalog EVM Networks Sonic

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

## Sonic

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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