mrwildcatLDO balances
Updated 2023-01-09
9
1
2
3
4
5
6
›
⌄
--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