flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
account that only have COSG
arctic-night-fox
account that only have COSG
Updated 2022-07-15
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
WITH
COSG_holders
as
(
SELECT
ADDRESS
,
SUM
(
AMOUNT
)
as
sum_amount
FROM
flipside_prod_db
.
algorand
.
account_asset
WHERE
ASSET_ID
=
'571576867'
GROUP
BY
ADDRESS
HAVING
sum_amount
>
1
)
SELECT
COUNT
(
ADDRESS
)
as
COSG_holder
FROM
COSG_holders
Results
Run a query to Download Data