# Dune Docs: Data Catalog EVM Networks BNB

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

## BNB

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

### Raw

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

### Decoded

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

### Curated

#### DEX

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

#### NFT

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