select
count(distinct(origin_from_address)) as number_of_distinct_wallet
from ethereum.core.ez_eth_transfers
where eth_to_address = '0xabea9132b05a70803a4e85094fd0e1800777fbef'
and identifier= 'CALL_ORIGIN'
and block_timestamp::date >= current_date - 60