Optimism Protocol Metrics ๐ดโจ
Dashboard by @optimismfnd
Check out these dashboards for up-to-date analytics about Optimism and other related projects.
Dashboard by @optimismfnd
Dashboard by @optimismfnd
Dashboard by @optimismfnd
Dashboard by @optimismfnd
Query by @optimismfnd
Query by @optimismfnd
Query by @optimismfnd
Query by @optimismfnd
Optimism is a fast, stable, and scalable L2 blockchain built by Ethereum developers, for Ethereum developers. Built as a minimal extension to existing Ethereum software, Optimismโs EVM-equivalent architecture scales your Ethereum apps without surprises. If it works on Ethereum, it works on Optimism at a fraction of the cost.
We pledge to uphold the values of Ethereum by producing infrastructure that promotes the growth and sustainability of public goods. See more at optimism.io/about
From optimism.io & help.optimism.io.
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';