flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
sakineh5021-nIQRzB
Untitled Query
Updated 2022-05-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
with
hash
as
(
SELECT
tx_hash
FROM
ethereum_core
.
fact_event_logs
where
event_name
=
'LogWithdraw'
limit
100
)
SELECT
CONTRACT_NAME
,
H
.
tx_hash
from
ethereum_core
.
fact_event_logs
F
,
hash
h
WHERE
H
.
tx_hash
=
F
.
tx_hash
Results
Run a query to Download Data