KeyManager
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "KeyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297343 | 9 hours ago | | | 0 | 0.00050538418 | |
| 21275833 | 3 days ago | | | 0 | 0.00064885997 | |
| 21254227 | 6 days ago | | | 0 | 0.00072106734 | |
| 21232639 | 9 days ago | | | 0 | 0.00081855206 | |
| 21210900 | 12 days ago | | | 0 | 0.00062937039 | |
| 21189124 | 15 days ago | | | 0 | 0.0016490366 | |
| 21167018 | 19 days ago | | | 0 | 0.0032832326 | |
| 21145400 | 22 days ago | | | 0 | 0.0011720906 | |
| 21123634 | 25 days ago | | | 0 | 0.00061201857 | |
| 21102047 | a month ago | | | 0 | 0.00053145154 |
ABI
ABI objects
Getter at block 21299883
getAggregateKey() view returns (struct ISharedKey)
(6166517787184763340200925232653525201031812630108590639897669189352876317609, 1)
getCommunityKey() view returns (address)
0x38a4bcc04f5136e6408589a440f495d7ad0f34db
getGovernanceKey() view returns (address)
0x38a4bcc04f5136e6408589a440f495d7ad0f34db
getLastValidateTime() view returns (uint256)
1732962275
Read-only
isNonceUsedByAggKey(uint256 nonce) view returns (bool)
State-modifying
Events consumeKeyNonce(struct ISharedSigData sigData, bytes32 contractMsgHash)
govAction(bytes32 message)
setAggKeyWithAggKey(struct ISharedSigData sigData, struct ISharedKey newAggKey)
setAggKeyWithGovKey(struct ISharedKey newAggKey)
setCommKeyWithAggKey(struct ISharedSigData sigData, address newCommKey)
setCommKeyWithCommKey(address newCommKey)
setGovKeyWithAggKey(struct ISharedSigData sigData, address newGovKey)
setGovKeyWithGovKey(address newGovKey)
AggKeySetByAggKey(struct ISharedKey oldAggKey, struct ISharedKey newAggKey)
AggKeySetByGovKey(struct ISharedKey oldAggKey, struct ISharedKey newAggKey)
CommKeySetByAggKey(address oldCommKey, address newCommKey)
CommKeySetByCommKey(address oldCommKey, address newCommKey)
GovKeySetByAggKey(address oldGovKey, address newGovKey)
GovKeySetByGovKey(address oldGovKey, address newGovKey)
GovernanceAction(bytes32 message)
SignatureAccepted(struct ISharedSigData sigData, address signer)
constructor(struct ISharedKey initialAggKey, address initialGovKey, address initialCommKey)
This contract contains no fallback and receive objects.
This contract contains no error objects.