BondedECDSAKeep
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "BondedECDSAKeep"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BondedECDSAKeep"
ABI
ABI objects
Getter at block 21097254
checkBondAmount() view returns (uint256)
0
digest() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMembers() view returns (address[])
[]
getOpenedTimestamp() view returns (uint256)
0
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getPublicKey() view returns (bytes)
0x
honestThreshold() view returns (uint256)
0
isActive() view returns (bool)
true
isClosed() view returns (bool)
false
isTerminated() view returns (bool)
false
memberStake() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicKey() view returns (bytes)
0x
Read-only
checkSignatureFraud(uint8 _v, bytes32 _r, bytes32 _s, bytes32 _signedDigest, bytes _preimage) view returns (bool _isFraud)
digests(bytes32) view returns (uint256)
getMemberETHBalance(address _member) view returns (uint256)
isAwaitingSignature(bytes32 _digest) view returns (bool)
members(uint256) view returns (address)
State-modifying
Events closeKeep()
distributeERC20Reward(address _tokenAddress, uint256 _value)
distributeETHReward() payable
initialize(address _owner, address[] _members, uint256 _honestThreshold, uint256 _memberStake, uint256 _stakeLockDuration, address _tokenStaking, address _keepBonding, address _keepFactory)
returnPartialSignerBonds() payable
seizeSignerBonds()
sign(bytes32 _digest)
submitPublicKey(bytes _publicKey)
submitSignature(bytes32 _r, bytes32 _s, uint8 _recoveryID)
submitSignatureFraud(uint8 _v, bytes32 _r, bytes32 _s, bytes32 _signedDigest, bytes _preimage) returns (bool _isFraud)
withdraw(address _member)
ConflictingPublicKeySubmitted(address indexed submittingMember, bytes conflictingPublicKey)
ERC20RewardDistributed(address indexed token, uint256 amount)
ETHRewardDistributed(uint256 amount)
KeepClosed()
KeepTerminated()
PublicKeyPublished(bytes publicKey)
SignatureRequested(bytes32 indexed digest)
SignatureSubmitted(bytes32 indexed digest, bytes32 r, bytes32 s, uint8 recoveryID)
SlashingFailed()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.