pouya_22Tornado Cash Addresses - Users with most ETH amount
    Updated 2022-08-10
    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
    Run a query to Download Data