superflyUntitled Query
    Updated 2023-07-27
    select 'Monke' as Noun, count(distinct(voter_account)) as Members----number of members
    from solana.core.fact_proposal_votes---Use this Burley table to reach the data
    where PROGRAM_NAME='GMnke6kxYvqoAXgbFGnu84QzvNHoqqTnijWSXYYTFQbB'--Contract address
    Run a query to Download Data