Yousefi_1994Number of distinct wallets have deposited ETH into ZkSync in the last 60 days
    Updated 2023-10-17
    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
    Run a query to Download Data