KingTigerMafia-7mwRZbTotal ETH Successfully Deposited
    Updated 2022-06-28
    SELECT block_timestamp::date as date, sum(eth_value) as total_eth_success_deposit
    FROM ethereum.core.fact_transactions
    WHERE to_address = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419' and status = 'SUCCESS' and date <= '2022-06-28'
    GROUP BY 1
    ORDER BY 1 ASC
    Run a query to Download Data