theericstonetvl usdc
    Updated 2021-04-22
    select balance_date, sum(balance)
    from ethereum.erc20_balances
    where balance_date > '2021-01-01'
    and contract_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
    and label_type in ('dex','defi')
    group by 1 order by 1 desc;
    Run a query to Download Data