flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
daily vote and voter
elsina
daily vote and voter
Updated 2022-11-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
block_timestamp
::
date
as
date
,
count
(
distinct
tx_id
)
as
vote_count
,
count
(
distinct
voter
)
as
unique_voter
from
osmosis
.
core
.
fact_governance_votes
where
tx_status
=
'SUCCEEDED'
and
proposal_id
=
'362'
group
by
1
Results
Run a query to Download Data