Fantom Blockchain Overview
Dashboard by @sixdegree
Check out these dashboards for up-to-date analytics about Fantom and other related projects.
Dashboard by @sixdegree
Dashboard by @Henrystats
Dashboard by @bravenoob21
Dashboard by @bravenoob21
Query by @defimochi
Fantom is a high-performance, scalable, EVM-compatible, and secure smart-contract platform.
Fantom’s mainnet deployment—Fantom Opera—is built on Fantom’s consensus mechanism, Lachesis. Fantom is a leaderless, asynchronous, and byzantine fault-tolerant Layer 1 blockchain protocol.
Lachesis enables Fantom to deliver fast transaction speeds, low transaction costs, and deterministic finality. This is achieved while remaining permissionless, decentralized, and open-source.
From fantom.foundation
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';