Rigoblock Governance
Verified contract
Proxy
Active on
Ethereum with 23 txns
Unified 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 "Rigoblock Governance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18649311 | a year ago | | | 0 | 0.0023891378 | |
| 18649308 | a year ago | | | 0 | 0.0022945340 | |
| 18597359 | a year ago | | | 0 | 0.0045724461 | |
| 18548171 | a year ago | | | 0 | 0.0024100698 | |
| 18548167 | a year ago | | | 0 | 0.0027307491 | |
| 18547942 | a year ago | | | 0 | 0.0036726012 | |
| 18547932 | a year ago | | | 0 | 0.0067275802 | |
| 18098651 | a year ago | | | 0 | 0.0013231187 | |
| 18098648 | a year ago | | | 0 | 0.0014682463 | |
| 18098645 | a year ago | | | 0 | 0.0010308959 |
ABI
ABI objects
Getter at block 21317517 proposals() view returns (struct IGovernanceStateProposalWrapper[] proposalWrapper)
governanceParameters() view returns (struct IGovernanceStateEnhancedParams)
((0x6e1423cb6b0b72316f051fbc3b6bc54ed5e584dc, 105000000000000000000000, 420000000000000000000000, 1), Rigoblock Governance, 1.0.0)
name() view returns (string)
Rigoblock Governance
proposalCount() view returns (uint256 count)
6
votingPeriod() view returns (uint256)
604800
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)
Upgraded(address indexed newImplementation)
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()
fallback()
receive()
This contract contains no error objects.