mmdrezaNumber of Depositors
    Updated 2022-06-27
    select count(distinct origin_from_address) as total_users
    from ethereum.core.ez_eth_transfers
    where origin_to_address = lower('0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419')
    and ORIGIN_FUNCTION_SIGNATURE = '0xb6b55f25'
    Run a query to Download Data