flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
mmdreza
Untitled Query
Updated 2022-08-10
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
count
(
tx_hash
)
as
total_transfer
from
ethereum
.
core
.
ez_eth_transfers
where
origin_to_address
in
(
select
address
from
ethereum
.
core
.
dim_labels
where
address_name
like
'tornado%'
)
and
amount
between
'0.01'
and
'0.1'
Results
Run a query to Download Data