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
9
1
2
3
4
5
6
7
8
›
⌄
with
hash
as
(
SELECT
tx_hash
from
ethereum_core
.
fact_event_logs
F
WHERE
event_name
=
'LogWithdraw'
limit
50
)
SELECT
H
.
tx_hash
,
event_name
,
contract_name
FROM
ethereum_core
.
fact_event_logs
F
,
hash
H
where
H
.
tx_hash
=
F
.
tx_hash
Results
Run a query to Download Data