MASQ Network Dashboard
Dashboard by @masq_network
Check out these dashboards for up-to-date analytics about MASQ and other related projects.
Dashboard by @masq_network
"MASQ is a dMeshVPN, browser, web3 Store, protocol, and earning ecosystem that makes living in web3 anonymous and private. The unique MASQ software provides borderless internet access for all netizens through a seamless User Experience while combining the benefits of VPN and Tor technology to offer superior privacy features."
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';