KeyManager
Verified contract
Active on
Ethereum with 254 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) |
---|---|---|---|---|---|---|---|
| 21102047 | 2 days ago | | | 0 | 0.00053145154 | |
| 21080194 | 5 days ago | | | 0 | 0.0010920075 | |
| 21058597 | 8 days ago | | | 0 | 0.00046955071 | |
| 21036998 | 11 days ago | | | 0 | 0.0012776572 | |
| 21015403 | 14 days ago | | | 0 | 0.00093707773 | |
| 20993799 | 17 days ago | | | 0 | 0.0017037197 | |
| 20972180 | 20 days ago | | | 0 | 0.0018747270 | |
| 20950635 | 23 days ago | | | 0 | 0.0013701547 | |
| 20929057 | a month ago | | | 0 | 0.0023805586 | |
| 20907407 | a month ago | | | 0 | 0.0023078080 |
ABI
ABI objects
Getter at block 21116129
getAggregateKey() view returns (struct ISharedKey)
(8082689221775186834539119880696236110943619584685958616063466974217892958087, 0)
getCommunityKey() view returns (address)
0x38a4bcc04f5136e6408589a440f495d7ad0f34db
getGovernanceKey() view returns (address)
0x38a4bcc04f5136e6408589a440f495d7ad0f34db
getLastValidateTime() view returns (uint256)
1730744531
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.