cheeyoung-kek NounsDAO Total Proposals Executed
    Updated 2022-07-06
    select count (DISTINCT tx_hash) as total_proposal from ethereum.core.fact_event_logs
    where event_name ='ProposalExecuted' and contract_name='NounsDAOProxy'
    Run a query to Download Data