ValiMohammadiTotal distinct wallets have deposited ETH into ZkSync in the last 60 days
    Updated 2022-06-18
    Select COUNT(DISTINCT(ORIGIN_FROM_ADDRESS)) 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