theericstoneStatus Balances
    Updated 2021-02-19
    select sum(amount_usd) from
    gold.ethereum_erc20_balances
    where contract_address = '0x744d70fdbe2ba4cf95131626614a1763df805b9e'
    and balance_date > getdate() - interval '2 days';
    Run a query to Download Data