sarathsablier top 10 -2
    Updated 2022-04-20
    SELECT to_address as receiver,sum(amount_usd) as received_amount from ethereum_core.ez_token_transfers where
    from_address=lower('0xCD18eAa163733Da39c232722cBC4E8940b1D8888') and amount_usd is not null
    GROUP by 1
    ORDER by received_amount DESC
    LIMIT 10

    Run a query to Download Data