zakkisyedCurrent Balances
    Updated 2023-04-20
    select user_address, usd_value_now, symbol, max(last_activity_block) from ethereum.core.ez_current_balances
    where contract_address = '0x6982508145454ce325ddbe47a25d4ec3d2311933'
    group by 1
    order by current_bal desc

    limit 10
    Run a query to Download Data