SELECT
avg(quorum),
COUNT(DISTINCT(proposal_id)) AS num_proposals,
COUNT(DISTINCT(id)) AS total_votes,
COUNT(DISTINCT(voter)) AS unique_voters,
COUNT(DISTINCT(proposal_author)) AS unique_authors
FROM ethereum.core.ez_snapshot
where space_id = 'rugcommunity.eth'