RigoblockGovernance
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RigoblockGovernance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RigoblockGovernance"
ABI
ABI objects
Getter at block 21317517 votingPeriod() view returns (uint256)
governanceParameters() view returns (struct IGovernanceStateEnhancedParams)
((0x0000000000000000000000000000000000000000, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 0, 1), , 1.0.0)
name() view returns (string)
proposalCount() view returns (uint256 count)
0
proposals() view returns (struct IGovernanceStateProposalWrapper[] proposalWrapper)
[]
Read-only
getActions(uint256 proposalId) view returns (struct IGovernanceVotingProposedAction[] proposedActions)
getProposalById(uint256 proposalId) view returns (struct IGovernanceStateProposalWrapper proposalWrapper)
getProposalState(uint256 proposalId) view returns (uint8)
getReceipt(uint256 proposalId, address voter) view returns (struct IGovernanceStateReceipt)
getVotingPower(address account) view returns (uint256)
State-modifying
Events castVote(uint256 proposalId, uint8 voteType)
castVoteBySignature(uint256 proposalId, uint8 voteType, uint8 v, bytes32 r, bytes32 s)
execute(uint256 proposalId) payable
initializeGovernance()
propose(struct IGovernanceVotingProposedAction[] actions, string description) returns (uint256 proposalId)
updateThresholds(uint256 newProposalThreshold, uint256 newQuorumThreshold)
upgradeImplementation(address newImplementation)
upgradeStrategy(address newStrategy)
ProposalCreated(address proposer, uint256 proposalId, struct IGovernanceVotingProposedAction[] actions, uint256 startBlockOrTime, uint256 endBlockOrTime, string description)
ProposalExecuted(uint256 proposalId)
StrategyUpgraded(address newStrategy)
ThresholdsUpdated(uint256 proposalThreshold, uint256 quorumThreshold)
Upgraded(address indexed newImplementation)
VoteCast(address voter, uint256 proposalId, uint8 voteType, uint256 votingPower)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.