hessShares
Updated 2023-01-26
9
1
2
3
4
›
⌄
select proposal_id::string as pro, count(DISTINCT(tx_id)) as total_vote, count(DISTINCT(voter)) as total_voter, sum(vote_weight) as power
from terra.core.fact_governance_votes
where proposal_id in ('3796','3794','3619','3795','3665')
group by 1
Run a query to Download Data