What is Morph?
Morph is an EVM-compatible Ethereum Layer 2 built as an optimistic rollup. It targets low-cost, high-throughput onchain activity while inheriting security from Ethereum. Dune indexes Morph under themorph schema namespace with standard EVM raw tables, ABI-decoded contract data, and curated DEX, transfer, price, and gas spells.
Key Features
- EVM compatibility: Deploy and interact with standard Solidity contracts using familiar Ethereum tooling.
- Optimistic rollup: Morph batches transactions to Ethereum for data availability and fault-proof security.
- Curated analytics: Morph is included in cross-chain spells such as
dex.trades,tokens.transfers,prices.usd, andgas.fees.
EVM Specifics on Dune
- Schema namespace:
morph(query asmorph.blocks,morph.transactions, etc.). - Chain ID:
2818(mainnet). - Native gas token: ETH (18 decimals).
- Raw tables:
blocks,transactions,logs,traces,creation_traces. - Decoded infrastructure:
morph.contracts,morph.signatures,morph.logs_decoded,morph.traces_decoded. - Standard token events:
erc20_morph.evt_*,erc721_morph.evt_*(when materialized).
Data on Dune
Raw Data
Block, transaction, log, and trace data indexed from Morph nodes.
Decoded Data
ABI-decoded contract interactions and events.
DEX Trades
Standardized decentralized exchange trades via
dex.trades.Resources
Morph
Morph project home page.
Block Explorer
Morph mainnet block explorer.