ManyChainMultiSig
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ManyChainMultiSig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830846 | a month ago | | | 0 | 0.0016828008 | |
| 20830843 | a month ago | | | 0 | 0.0016359901 | |
| 20830840 | a month ago | | | 0 | 0.0016962486 | |
| 20830837 | a month ago | | | 0 | 0.0015938374 | |
| 20830707 | a month ago | | | 0 | 0.0020358001 | |
| 19944391 | 5 months ago | | | 0 | 0.0019827263 | |
| 19944385 | 5 months ago | | | 0 | 0.0017992573 | |
| 19944379 | 5 months ago | | | 0 | 0.0017983173 | |
| 19944373 | 5 months ago | | | 0 | 0.0019690219 | |
| 19944367 | 5 months ago | | | 0 | 0.0021530259 |
ABI
ABI objects
Getter at block 21101492 getConfig() view returns (struct ManyChainMultiSigConfig)
MAX_NUM_SIGNERS() view returns (uint8)
200
NUM_GROUPS() view returns (uint8)
32
getOpCount() view returns (uint40)
49
getRoot() view returns (bytes32 root, uint32 validUntil)
(root=0x0000000000000000000000000000000000000000000000000000000000000000, validUntil=0)
getRootMetadata() view returns (struct ManyChainMultiSigRootMetadata)
(1, 0x117ec8ad107976e1dbcc21717ff78407bc36aadc, 49, 49, true)
owner() view returns (address)
0x44835bbba9d40deda9b64858095ecfb2693c9449
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
execute(struct ManyChainMultiSigOp op, bytes32[] proof)
renounceOwnership()
setConfig(address[] signerAddresses, uint8[] signerGroups, uint8[32] groupQuorums, uint8[32] groupParents, bool clearRoot)
setRoot(bytes32 root, uint32 validUntil, struct ManyChainMultiSigRootMetadata metadata, bytes32[] metadataProof, struct ManyChainMultiSigSignature[] signatures)
transferOwnership(address newOwner)
ConfigSet(struct ManyChainMultiSigConfig config, bool isRootCleared)
NewRoot(bytes32 indexed root, uint32 validUntil, struct ManyChainMultiSigRootMetadata metadata)
OpExecuted(uint40 indexed nonce, address to, bytes data, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
CallReverted(bytes error)
GroupTreeNotWellFormed()
InsufficientSigners()
InvalidSigner()
MissingConfig()
OutOfBoundsGroup()
OutOfBoundsGroupQuorum()
OutOfBoundsNumOfSigners()
PendingOps()
PostOpCountReached()
ProofCannotBeVerified()
RootExpired()
SignedHashAlreadySeen()
SignerGroupsLengthMismatch()
SignerInDisabledGroup()
SignersAddressesMustBeStrictlyIncreasing()
ValidUntilHasAlreadyPassed()
WrongChainId()
WrongMultiSig()
WrongNonce()
WrongPostOpCount()
WrongPreOpCount()