kiacryptoTotal USDC that users deposit into PoolTogether in the last month
    Updated 2022-06-22
    select sum(amount)
    from ethereum.core.ez_token_transfers
    where block_timestamp >= current_date - 30 and contract_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' and origin_to_address = '0xd89a09084555a7d0abe7b111b1f78dfeddd638be'

    Run a query to Download Data