flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Claynosaurz_txn
feyikemi
Claynosaurz_txn
Updated 2024-03-12
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
COUNT
(
DISTINCT
tx_id
)
AS
Txn_Count
,
from
solana
.
nft
.
fact_nft_sales
s
LEFT
JOIN
solana
.
nft
.
dim_nft_metadata
l
ON
s
.
mint
=
l
.
mint
WHERE
-- NFT_Name LIKE '%Clayno'
NFT_COLLECTION_NAME
=
'Claynosaurz'
AND
block_timestamp
>=
'2024-01-01'
Results
QueryRunArchived: QueryRun has been archived