flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Governing the Cosmos - proposal with most votes
cypher
Governing the Cosmos - proposal with most votes
Updated 2023-01-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
proposal_id
,
count
(
distinct
(
tx_id
)
)
as
votes
,
count
(
distinct
(
voter
)
)
as
voters
from
cosmos
.
core
.
fact_governance_votes
where
tx_succeeded
group
by
proposal_id
Results
Run a query to Download Data