drone-mostafaUntitled Query
    Updated 2022-06-29
    select count(distinct ETH_FROM_ADDRESS) as Users,
    sum(amount) as "Total ETH deposit"
    from ethereum.core.ez_eth_transfers where ORIGIN_TO_ADDRESS = lower('0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419') and ORIGIN_FUNCTION_SIGNATURE='0xb6b55f25'
    Run a query to Download Data