select count (distinct tx_hash) as Votes_Count,
count (distinct voter) as Voters_Count,
count (distinct proposal_id) as proposals_Count,
count (distinct polling_contract) as Polling_Smart_Contracts
from ethereum.maker.ez_governance_votes
where tx_status = 'SUCCESS'