# Dune Docs: Data Catalog EVM Networks Blast

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

## Blast

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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