Tellor
Dashboard by @thefett
Check out these dashboards for up-to-date analytics about Tellor and other related projects.
Dashboard by @thefett
Query by @mikeghen1
Query by @mikeghen1
Query by @mikeghen1
Query by @mikeghen1
Query by @mikeghen1
Query by @mikeghen1
Query by @mikeghen1
Tellor is a permissionless community of token holders, data providers, and validators working together as a decentralized oracle.
TRB is an ERC-20 token and an integral part of Tellor Network. TRB is the glue that connects and incentivizes different stakeholders in Tellor's ecosystem.
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';