KeepRandomBeaconOperator
Verified contract
Proxy
Active on
Ethereum with 9,936 txns
Unified storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 3 additional slots
0x1a95…fb05
0x1293…5458
0x2c0a…6ab3
0x5051…aafd
2 additional
variables
Balances ($199,405.87)
Native
Value
$199,405.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 59.450137 | $3,354.17 |
$199,405.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18444055 | a year ago | | | 0 | 0.0073160573 | |
| 18430772 | a year ago | | | 0 | 0.010389909 | |
| 18430748 | a year ago | | | 0 | 0.0014513340 | |
| 18430746 | a year ago | | | 0 | 0.0091655859 | |
| 18430660 | a year ago | | | 0 | 0.0062034291 | |
| 18430605 | a year ago | | | 0 | 0.0064519336 | |
| 18430602 | a year ago | | | 0 | 0.0069715308 | |
| 18430600 | a year ago | | | 0 | 0.0071061633 | |
| 18430598 | a year ago | | | 0 | 0.0070378754 | |
| 18430595 | a year ago | | | 0 | 0.0072030961 |
ABI
ABI objects
Getter at block 21262132 selectedParticipants() view returns (address[])
currentRequestGroupIndex() view returns (uint256)
51
currentRequestPreviousEntry() view returns (bytes)
0x00863745e44a62d0d4f269aa8ed3c5cafbdc08ceea90dc8c5ee83498debe04de24062e6698e4c7c41c1d0c50aaf8292348a26d21336c25332a1aabf29a56c009
currentRequestStartBlock() view returns (uint256)
11236033
dkgGasEstimate() view returns (uint256)
1740000
dkgSubmitterReimbursementFee() view returns (uint256)
0
entryVerificationFee() view returns (uint256)
280000000000000
entryVerificationGasEstimate() view returns (uint256)
280000
gasPriceCeiling() view returns (uint256)
1000000000
getFirstActiveGroupIndex() view returns (uint256)
46
getNumberOfCreatedGroups() view returns (uint256)
71
groupCreationFee() view returns (uint256)
1940000000000000
groupMemberBaseReward() view returns (uint256)
1000000000000000
groupProfitFee() view returns (uint256)
64000000000000000
groupSelectionGasEstimate() view returns (uint256)
200000
groupSize() view returns (uint256)
64
groupThreshold() view returns (uint256)
33
isEntryInProgress() view returns (bool)
true
isGroupSelectionPossible() view returns (bool)
true
numberOfGroups() view returns (uint256)
22
relayEntryTimeout() view returns (uint256)
384
resultPublicationBlockStep() view returns (uint256)
6
submittedTickets() view returns (uint64[])
[]
ticketSubmissionTimeout() view returns (uint256)
78
Read-only
getGroupMemberRewards(bytes groupPubKey) view returns (uint256)
getGroupMembers(bytes groupPubKey) view returns (address[] members)
getGroupPublicKey(uint256 groupIndex) view returns (bytes)
getGroupRegistrationTime(uint256 groupIndex) view returns (uint256)
hasMinimumStake(address staker) view returns (bool)
hasWithdrawnRewards(address operator, uint256 groupIndex) view returns (bool)
isGroupRegistered(bytes groupPubKey) view returns (bool)
isGroupTerminated(uint256 groupIndex) view returns (bool)
isStaleGroup(bytes groupPubKey) view returns (bool)
State-modifying
Events addServiceContract(address serviceContract)
createGroup(uint256 _newEntry, address submitter) payable
genesis() payable
refreshGasPrice()
relayEntry(bytes _groupSignature)
reportRelayEntryTimeout()
reportUnauthorizedSigning(uint256 groupIndex, bytes signedMsgSender)
sign(uint256 requestId, bytes previousEntry) payable
submitDkgResult(uint256 submitterMemberIndex, bytes groupPubKey, bytes misbehaved, bytes signatures, uint256[] signingMembersIndexes)
submitTicket(bytes32 ticket)
withdrawGroupMemberRewards(address operator, uint256 groupIndex)
DkgResultSubmittedEvent(uint256 memberIndex, bytes groupPubKey, bytes misbehaved)
GroupMemberRewardsWithdrawn(address indexed beneficiary, address operator, uint256 amount, uint256 groupIndex)
GroupSelectionStarted(uint256 newEntry)
OnGroupRegistered(bytes groupPubKey)
RelayEntryRequested(bytes previousEntry, bytes groupPublicKey)
RelayEntrySubmitted()
RelayEntryTimeoutReported(uint256 indexed groupIndex)
UnauthorizedSigningReported(uint256 indexed groupIndex)
constructor(address _serviceContract, address _tokenStaking, address _keepRegistry, address _gasPriceOracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.