AvoMultisigAdmin
Verified contract
Active on
Base with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AvoMultisigAdmin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16618591 | 4 months ago | | | 0 | 1.8111128e-7 | |
| 16618392 | 4 months ago | | | 0 | 0.000000209326797414 | |
| 16534114 | 4 months ago | | | 0 | 7.6173733e-7 | |
| 16532758 | 4 months ago | | | 0 | 3.1694567e-7 | |
| 16415276 | 4 months ago | | | 0 | 4.5915246e-7 | |
| 9666829 | 9 months ago | | | 0 | 1.6503565e-7 | |
| 9666488 | 9 months ago | | | 0 | 0.000000005631156531 | |
| 9665878 | 9 months ago | | | 0 | 0.000000000965003648 | |
| 5769026 | a year ago | | | 0 | 0.000000015527796413 | |
| 5768178 | a year ago | | | 0 | 0.000000003643935030 |
ABI
ABI objects
Getter at block 21993856
REQUIRED_CONFIRMATIONS() view returns (uint256)
3
SIGNER_1() view returns (address)
0x46796a42be4184337d98f691d8fe2202f9347b23
SIGNER_2() view returns (address)
0xb1a98bf95f5e0829dc7c06c885d736dc2acce830
SIGNER_3() view returns (address)
0xc0c72156c4007b727d1ca4a583d06a2ff9e554f3
SIGNER_4() view returns (address)
0xa7615cd307f323172331865181dc8b80a2834324
SIGNER_5() view returns (address)
0x7284a8451d9a0e7dc62b3a71c0593ea2ec5c5638
SIGNER_6() view returns (address)
0xe866ece4bbd0ac75577225ee2c464ef16dc8b1f3
Read-only
hashToTransaction(bytes30) view returns (bytes30 hash, uint8 confirmation, uint8 revoke)
hashTransactionData(address target_, bytes data_, bytes32 salt_) pure returns (bytes30 hash_)
revokeTx(address, bytes30) view returns (bool)
signedTx(address, bytes30) view returns (bool)
State-modifying
Events aggregate3(struct AvoMultisigAdminCall3[] calls) returns (struct AvoMultisigAdminResult[] returnData)
confirm(address target_, bytes data_, bytes32 salt_)
create(address target_, bytes data_, bytes32 salt_)
revoke(address target_, bytes data_, bytes32 salt_)
TransactionConfirmed(bytes30 indexed hash, address indexed confirmator, uint8 newConfirmationCount)
TransactionCreated(bytes30 indexed hash, address indexed creator, address target, bytes data, bytes32 salt)
TransactionExecuted(bytes30 indexed hash, address indexed executor)
TransactionFailed(bytes30 indexed hash, address indexed executor, bytes returnData)
TransactionRevoked(bytes30 indexed hash, address indexed revoker, uint8 newConfirmationCount)
constructor(address signer1_, address signer2_, address signer3_, address signer4_, address signer5_, address signer6_, uint256 requiredConfirmations_)
This contract contains no fallback and receive objects.
AvoMultisigAdmin__InvalidParams()
AvoMultisigAdmin__InvalidSigner()
AvoMultisigAdmin__TransactionAlreadyConfirmed()
AvoMultisigAdmin__TransactionAlreadyCreated()
AvoMultisigAdmin__TransactionAlreadyRevoked()
AvoMultisigAdmin__TransactionError()
AvoMultisigAdmin__TransactionNotFoundError()
AvoMultisigAdmin__Unauthorized()