superflyUntitled Query
    Updated 2022-08-18
    select 'Metaplex Foundation ' 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='GmtpXy362L8cZfkRmTZMYunWVe8TyRjX5B7sodPZ63LJ'---Contract address
    Run a query to Download Data