Skip to main content

Table Description

Tracks the current status and voting statistics for Cardano governance proposals. Each row represents the latest state of a governance action, including whether it has been ratified, expired, or is still active, along with aggregated voting statistics broken down by voter role.

Column Descriptions

ColumnDescriptionType
gov_action_tx_hashThe hash of the transaction that submitted the governance proposal.varchar
gov_action_indexThe index of the governance proposal within its submission transaction.integer
proposal_typeThe type of governance action (e.g., ParameterChange, TreasuryWithdrawals).varchar
statusThe current status of the proposal (e.g., Active, Ratified, Expired, Enacted).varchar
voting_statsJSON-encoded voting statistics including vote counts by role (DRep, SPO, CC).varchar
epochThe epoch as of which this status snapshot applies.integer
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample