2844OSQETH TVL
Updated 2022-06-30
9
1
2
3
4
5
›
⌄
select count (DISTINCT user_address) as holder,sum (NON_ADJUSTED_BALANCE/pow (10,18)) as total_supply, avg(price) as "price",
(total_supply)*("price") as osQETH_TVL
from flipside_prod_db.ethereum.erc20_balances
where CONTRACT_ADDRESS= lower ('0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b')
and balance_date = CURRENT_DATE -1
Run a query to Download Data