KingTigerMafia-7mwRZbTotal Address Success Deposit
    Updated 2022-06-28
    SELECT count(distinct from_address) as total_wallet_success_deposit
    FROM ethereum.core.fact_transactions
    WHERE to_address = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419'
    and status = 'SUCCESS'
    and block_timestamp::date <= '2022-06-28'