Elections
Verified contract
Active on
Ethereum with 1,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd859…7ab3
0x1a4c…5fa7
0xb971…c71d
0xce97…d1e3
0x8d2a…3011
Balances ($0.00)
No balances found for "Elections"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168865 | 3 days ago | | | 0 | 0.0029953784 | |
| 21167928 | 3 days ago | | | 0 | 0.0052738278 | |
| 21161230 | 4 days ago | | | 0 | 0.0018227169 | |
| 21156818 | 5 days ago | | | 0 | 0.0015213862 | |
| 21152175 | 5 days ago | | | 0 | 0.00051021177 | |
| 21150926 | 5 days ago | | | 0 | 0.00058231871 | |
| 21150914 | 5 days ago | | | 0 | 0.00059543734 | |
| 21119245 | 10 days ago | | | 0 | 0.00030195487 | |
| 21117746 | 10 days ago | | | 0 | 0.00065034690 | |
| 21107204 | 12 days ago | | | 0 | 0.00072653790 |
ABI
ABI objects
Getter at block 21190214 getCommittee() view returns (address[] committee, uint256[] weights, address[] orbsAddrs, bool[] certification, bytes4[] ips)
getContractRegistry() view returns (address)
0xd859701c81119ab12a1e62af6270ad2ae05c7ab3
getMinSelfStakePercentMille() view returns (uint32)
3000
getSettings() view returns (uint32 minSelfStakePercentMille, uint32 voteUnreadyPercentMilleThreshold, uint32 voteOutPercentMilleThreshold)
(minSelfStakePercentMille=3000, voteUnreadyPercentMilleThreshold=70000, voteOutPercentMilleThreshold=70000)
getVoteOutPercentMilleThreshold() view returns (uint32)
70000
getVoteUnreadyPercentMilleThreshold() view returns (uint32)
70000
initializationAdmin() view returns (address)
0xa008608eaeb1d3c57f2f460e1a27ff3f9e395fc2
isInitializationComplete() view returns (bool)
false
isLocked() view returns (bool)
false
isRegistryAdmin() view returns (bool)
false
locked() view returns (bool)
false
pendingRegistryAdmin() view returns (address)
0x0000000000000000000000000000000000000000
registryAdmin() view returns (address)
0xf1fd5233e60e7ef797025fe9dd066d60d59bcb92
Read-only
canJoinCommittee(address guardian) view returns (bool)
getEffectiveStake(address guardian) view returns (uint256 effectiveStake)
getVoteOutStatus(address subject) view returns (bool votedOut, uint256 votedStake, uint256 totalDelegatedStake)
getVoteOutVote(address voter) view returns (address)
getVoteUnreadyStatus(address subject) view returns (address[] committee, uint256[] weights, bool[] certification, bool[] votes, bool subjectInCommittee, bool subjectInCertifiedCommittee)
getVoteUnreadyVote(address voter, address subject) view returns (bool valid, uint256 expiration)
votersStake(address) view returns (uint256)
State-modifying
Events claimRegistryManagement()
delegatedStakeChange(address delegate, uint256 selfDelegatedStake, uint256 delegatedStake, uint256 totalDelegatedStake)
guardianCertificationChanged(address guardian, bool isCertified)
guardianUnregistered(address guardian)
initReadyForCommittee(address[] guardians)
initializationComplete()
lock()
readyForCommittee()
readyToSync()
refreshContracts()
renounceRegistryManagement()
setContractRegistry(address newContractRegistry)
setMinSelfStakePercentMille(uint32 minSelfStakePercentMille)
setRegistryAdmin(address _registryAdmin)
setVoteOutPercentMilleThreshold(uint32 voteOutPercentMilleThreshold)
setVoteUnreadyPercentMilleThreshold(uint32 voteUnreadyPercentMilleThreshold)
transferRegistryManagement(address newRegistryAdmin)
unlock()
voteOut(address subject)
voteUnready(address subject, uint256 voteExpiration)
ContractRegistryAddressUpdated(address addr)
GuardianStatusUpdated(address indexed guardian, bool readyToSync, bool readyForCommittee)
GuardianVotedOut(address indexed guardian)
GuardianVotedUnready(address indexed guardian)
InitializationComplete()
Locked()
MinSelfStakePercentMilleChanged(uint32 newValue, uint32 oldValue)
RegistryManagementTransferred(address indexed previousRegistryAdmin, address indexed newRegistryAdmin)
StakeChanged(address indexed addr, uint256 selfDelegatedStake, uint256 delegatedStake, uint256 effectiveStake)
Unlocked()
VoteOutCasted(address indexed voter, address indexed subject)
VoteOutPercentMilleThresholdChanged(uint32 newValue, uint32 oldValue)
VoteUnreadyCasted(address indexed voter, address indexed subject, uint256 expiration)
VoteUnreadyPercentMilleThresholdChanged(uint32 newValue, uint32 oldValue)
VoteUnreadyTimeoutSecondsChanged(uint32 newValue, uint32 oldValue)
constructor(address _contractRegistry, address _registryAdmin, uint32 minSelfStakePercentMille, uint32 voteUnreadyPercentMilleThreshold, uint32 voteOutPercentMilleThreshold)
This contract contains no fallback and receive objects.
This contract contains no error objects.