select sum(amount) as stake_eth, sum(amount_usd) as stake_usd, count(distinct eth_from_address) as unique_user, count(distinct tx_hash) as tx_count
from ethereum.core.ez_eth_transfers
where eth_to_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' and identifier = 'CALL_ORIGIN'