Yousefi_1994Raw data - USDC deposit into PoolTogether in the last month
    Updated 2022-06-22
    select
    *
    from ethereum.core.ez_token_transfers
    where to_address = '0xd89a09084555a7d0abe7b111b1f78dfeddd638be'
    and contract_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
    and origin_function_signature = '0xffaad6a5'
    and block_timestamp::date >= current_date - 30
    Run a query to Download Data