anniecryptoDAI top 10 holders
    Updated 2022-03-31
    select *
    from ethereum.erc20_balances
    where symbol='DAI'
    and balance_date = CURRENT_DATE - 1
    and amount_usd is not null and label is null
    order by amount_usd desc
    limit 10


    Run a query to Download Data