flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
Mrfti
Untitled Query
Updated 2022-08-10
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
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
Results
Run a query to Download Data