Governor
Last updated
Last updated
This contract acts as an administrator to manage the voting registration, voting counting, and execution of the meshswap. It also performs important parameters of meshswap, proposal registration, and voting execution.
Github Link: (Will be updated after official launch)
Polygon Mainnet :
ProposalCreated
Events log of proposals are created
Parameters
id
: proposal ID
proposer
: proposer's address
target
: Address of the contract to be executed
signature
: signature of the function to be executed
callData
: function data to be executed
startBlock
: start block number
endBlock
: end block number
description
: proposal details
VoteCast
Events log of vote
Parameters
voter
: voter's address
proposalId
: proposal ID
support
: support
votes
: Number of vote vMESH
againstVotes
: Number of total against vote
forVotes
: Number of total favor vote
quorumVotes
: Number of proposal quorum
reason
: reason
ProposalCanceled
Events log of proposal canceled
ProposalQueued
Events log of proposal queued
ProposalExecuted
Events log of proposal executed
ProposalFeeSet
Events log of proposal fee(MESH) changed