eslamis-darkatten wallets that hold most ETH
    Updated 2022-09-29
    select user_address,CURRENT_BAL
    from ethereum.core.ez_current_balances join ethereum.core.fact_event_logs b on user_address = origin_from_address
    where symbol = 'ETH' and TOKEN_NAME='Native Ether' and lower(b.contract_address) = lower('0x881D40237659C251811CEC9c364ef91dC08D300C')
    ORDER BY CURRENT_BAL DESC
    limit 10


    Run a query to Download Data