flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Governing the Cosmos - number of votes per proposal - terra
cypher
Governing the Cosmos - number of votes per proposal - terra
Updated 2023-01-12
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
proposal_id
,
vote_option_text
,
count
(
distinct
(
tx_id
)
)
as
n_amount_votes
from
terra
.
core
.
fact_governance_votes
group
by
proposal_id
,
vote_option_text
Results
Run a query to Download Data