Yousefi_1994Total tx for tokens have been deposited
    Updated 2022-06-17
    select
    count(tx_hash) as number_of_tx
    from ethereum.core.ez_token_transfers
    where origin_to_address = '0xabea9132b05a70803a4e85094fd0e1800777fbef'
    and block_timestamp::date >= current_date - 60
    and amount_usd > 0
    Run a query to Download Data