Pmisha-bmlMdxDAI.1
Updated 2022-03-28
9
1
2
3
4
5
›
⌄
SELECT
distinct USER_ADDRESS as wallet, sum(BALANCE) as blnc
FROM ethereum.erc20_balances
where contract_address='0x6b175474e89094c44da98b954eedeac495271d0f' and symbol='DAI' and CONTRACT_LABEL='augur' and BALANCE_DATE='2022-3-25'
group by 1 order by 2 desc limit 10
Run a query to Download Data