flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Total count of voters, cosmos
mlh
Total count of voters, cosmos
Updated 2022-12-10
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
distinct
tx_from
)
as
voters
from
cosmos
.
core
.
fact_transactions
where
TX_ID
in
(
select
tx_id
from
cosmos
.
core
.
fact_msg_attributes
where
ATTRIBUTE_KEY
=
'proposal_id'
and
ATTRIBUTE_VALUE
=
'82'
)
Results
Run a query to Download Data