flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Top 10 Arbi
0xHaM-d
Top 10 Arbi
Updated 2022-08-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
project_name
,
Count
(
DISTINCT
tx_hash
)
AS
total_txs
FROM
(
SELECT
*
FROM
arbitrum
.
core
.
dim_labels
INNER
JOIN
arbitrum
.
core
.
fact_event_logs
ON
contract_address
=
address
)
WHERE
label_type
=
'nft'
GROUP
BY
1
ORDER
BY
2
DESC
limit
10
Results
Run a query to Download Data