sarathMerge stake2.2
    Updated 2022-09-06
    select eth_from_address, sum(amount) as amount_eth
    from ethereum.core.ez_eth_transfers
    where eth_to_address = lower('0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84')
    group by 1
    order by 2 DESC
    LIMIT 25
    Run a query to Download Data