flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
2023-10-02 12:49 PM
fb3ce38c-7bfe-475c-bca8-3f1e44ae80a6
2023-10-02 12:49 PM
Updated 2023-10-02
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
SELECT
f
.
event_contract
,
f
.
event_type
,
f
.
tx_succeeded
,
tr
.
token_contract
,
tr
.
sender
,
tr
.
recipient
,
f
.
event_data
FROM
flow
.
core
.
ez_token_transfers
tr
LEFT
JOIN
flow
.
core
.
fact_events
f
ON
f
.
tx_id
=
tr
.
tx_id
WHERE
SENDER
=
'0x329feb3ab062d289'
LIMIT
100
;
Results
Run a query to Download Data