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