flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
all-collections
geminilight
all-collections
Updated 2023-04-21
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
sum
(
count
)
FROM
(
SELECT
count
(
CONTRACT_ADDRESS
)
as
count
FROM
ethereum
.
core
.
dim_contracts_extended
GROUP
BY
CONTRACT_ADDRESS
)
Results
Run a query to Download Data