InsurAce Cover Statistics
Dashboard by @Zy
Check out these dashboards for up-to-date analytics about InsurAce and other related projects.
Dashboard by @Zy
Dashboard by @Zy
InsurAce is a leading decentralized insurance protocol, providing reliable, robust and secure insurance services to DeFi users, allowing them to secure their investment funds against various risks.
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';