select count(distinct(ORIGIN_FROM_ADDRESS)) as deposited_wallets ,sum(AMOUNT) as deposited_ETH
FROM ethereum.core.ez_eth_transfers where origin_to_address = lower('0xabea9132b05a70803a4e85094fd0e1800777fbef')
and block_timestamp::date >= current_date - 60 and ORIGIN_FUNCTION_SIGNATURE='0x2d2da806'