mmdrezaTotal Amount ETH Deposited
    Updated 2022-06-27
    select sum(amount) as amount_withdraw
    from ethereum.core.ez_eth_transfers
    where origin_to_address = lower('0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419')
    and ORIGIN_FUNCTION_SIGNATURE = '0x00f714ce'
    Run a query to Download Data