flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
2023-04-24 04:52 PM
tvemulap
2023-04-24 04:52 PM
Updated 2023-04-25
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
SELECT
block_timestamp
,
project_name
,
token_metadata
:
attributes
: ::
STRING
as
Parallel
,
tokenid
FROM
ethereum
.
core
.
ez_nft_transfers
WHERE
nft_address
in
(
lower
(
'0x76be3b62873462d2142405439777e971754e8e77'
)
)
and
event_type
=
'other'
Results
Run a query to Download Data