select
count(distinct origin_from_address)
from ethereum.core.ez_token_transfers
where symbol like 'stETH'
and from_address like '0x0000000000000000000000000000000000000000'
and origin_to_address like lower('0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84')