Fuse token metrics (on Ethereum)
Dashboard by @t0mcr8se
Check out these dashboards for up-to-date analytics about Fuse.io and other related projects.
Dashboard by @t0mcr8se
Query by @t0mcr8se
Query by @t0mcr8se
Fuse Network is the decentralized EVM-compatible public blockchain that powers the Fuse platform and ecosystem. It is fully compatible with Ethereum meaning that any smart contract that can be deployed on the latter can also run on top of Fuse Network.
The Fuse Network blockchain uses a variant of delegated Proof of Stake (dPoS) for achieving consensus. The consensus is secured by a significant number of independent validators, only one of which is run by the Fuse core team.
Fuse is a decentralized blockchain-powered platform and technology stack whose goal is to enable genuine mass adoption of crypto payments and decentralized finance (DeFi).
The project was launched in 2019 by a team formerly involved in building the Colu project aimed at bringing local currencies to the blockchain.
From https://docs.fuse.io.
Fuse Network is the decentralized EVM-compatible public blockchain that powers the Fuse platform and ecosystem. It is fully compatible with Ethereum meaning that any smart contract that can be deployed on the latter can also run on top of Fuse Network.
The Fuse Network blockchain uses a variant of delegated Proof of Stake (dPoS) for achieving consensus. The consensus is secured by a significant number of independent validators, only one of which is run by the Fuse core team.
Fuse is a decentralized blockchain-powered platform and technology stack whose goal is to enable genuine mass adoption of crypto payments and decentralized finance (DeFi).
The project was launched in 2019 by a team formerly involved in building the Colu project aimed at bringing local currencies to the blockchain.
From https://docs.fuse.io.
Dashboard by @t0mcr8se
Query by @t0mcr8se
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';