flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
explore
elmiaON
explore
Updated 2022-07-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
WITH
mt_
as
(
-- mint transaction
SELECT
distinct
(
tx_id
)
as
tx_id
FROM
flow
.
core
.
fact_events
WHERE
event_data
:
"from"
=
'0xe1f2a091f7bb5245'
)
SELECT
*
FROM
mt_
LIMIT
10
Results
Run a query to Download Data