mariyaUnique Total depositors USDC into PoolTogether last month
    Updated 2022-06-22
    select
    count (distinct origin_from_address) as num_depositors
    from ethereum.core.ez_token_transfers
    where to_address= '0xd89a09084555a7d0abe7b111b1f78dfeddd638be'
    and origin_function_signature in ('0xffaad6a5','0xd7a169eb')
    and block_timestamp >= CURRENT_DATE - 30

    Run a query to Download Data