MrftiUntitled Query
    Updated 2022-08-10
    SELECT address_name, to_address , from_address, tx_hash
    from ethereum.core.fact_transactions join ethereum.core.dim_labels on address=to_address
    where address_name like '%tornado%'
    and status='SUCCESS'
    and block_timestamp >= '2022-08-03'
    limit 100
    Run a query to Download Data