mrwildcatLDO balances
    Updated 2023-01-09
    --select * from ethereum.core.ez_current_balances where contract_address = lower('0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32')
    --limit 10

    select user_address, current_bal
    from ethereum.core.ez_current_balances
    where contract_address = lower('0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32')
    Run a query to Download Data