select count(distinct eth_from_address) as senders_count, sum(amount) as ETH_sent
from ethereum.core.ez_eth_transfers
where origin_to_address = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419'
and eth_to_address = '0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419'