Community dashboards and analytics for Tokamak Network
Featured dashboards and queries
...or search for moreCheck out these dashboards for up-to-date analytics about Tokamak Network and other related projects.
Tokamak Network Token Daily Transactions
...see SQL queryAbout Tokamak Network
Tokamak Network is a layer 2 protocol including plasma and roll-up that boosts interoperability, scalability, functionality, and usability, while the security and data availability are guaranteed by the decentralized Ethereum blockchain. Anyone can open an on-demand layer 2 solution and adapt it o their specific needs for scalability. The mission of Tokamak Network is to support various services from DApp projects to Ethereum infrastructure solutions, in order to meet the requirements for Ethereum mass adoption.
See more at tokamak.network
From tokamak.network.
Dune Analytics
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';