with tornado as (select
address,
address_name
from flipside_prod_db.crosschain.address_labels
where project_name ilike '%tornado%'
and label_type = 'dapp')
select count(distinct origin_from_address)
from ethereum.core.ez_eth_transfers
where eth_to_address in (select address from tornado)
and amount = 100