AvoMultisigAdmin

Verified contract

Active on Base with 22 txns
Deployed by via 0x1f2522d2 at 3065430
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AvoMultisigAdmin"

0x4459cea762de530a953199f9378e9d6607e600f159850c03b0cd7c6104e1c8aa
0xedbece15f6b1dd4a766241a2d8d9344bc165ea18a3da24a63089dcbdc1fcf658
0x5f0bc21fb2dfecaed9a3406d080d7147fd3ee567dadd21753da007087ea7e026
0x258f20a955b814c93cbcb15259d90ea91220502cea11ee038d5afeccac32c3e7
0x9255367fde145364c6e2abd81d0942d55610e6c682412dcd1a52097ef76ba8a7
0x9bf89043a5e14ffafd9ee279c5c5d1eed534a4f91d123be9d02d998f359913d7
0xd735d90bffc3ffc9a976c682ccd19252adcb19d598460ca93e5a9074781832af
0xfdbffee3dd4b4557b1285c0d851ebd56c044f1522a2336ded76733e0ca564e67
0xc3b2626480560626353906da9d239df884c5557642016d984cce996d2113814e
0xdc3b1c03d517afb45f049c9ed5342e9b0cdf981db3c22525928d2080a53261c9

Functions
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(bytes30view returns (bytes30 hashuint8 confirmationuint8 revoke)
hashTransactionData(address target_bytes data_bytes32 salt_pure returns (bytes30 hash_)
revokeTx(addressbytes30view returns (bool)
signedTx(addressbytes30view returns (bool)
State-modifying
aggregate3(struct AvoMultisigAdminCall3[] callsreturns (struct AvoMultisigAdminResult[] returnData)
confirm(address target_bytes data_bytes32 salt_
create(address target_bytes data_bytes32 salt_
revoke(address target_bytes data_bytes32 salt_
Events
TransactionConfirmed(bytes30 indexed hashaddress indexed confirmatoruint8 newConfirmationCount
TransactionCreated(bytes30 indexed hashaddress indexed creatoraddress targetbytes databytes32 salt
TransactionExecuted(bytes30 indexed hashaddress indexed executor
TransactionFailed(bytes30 indexed hashaddress indexed executorbytes returnData
TransactionRevoked(bytes30 indexed hashaddress indexed revokeruint8 newConfirmationCount
Constructor
constructor(address signer1_address signer2_address signer3_address signer4_address signer5_address signer6_uint256 requiredConfirmations_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AvoMultisigAdmin__InvalidParams(
AvoMultisigAdmin__InvalidSigner(
AvoMultisigAdmin__TransactionAlreadyConfirmed(
AvoMultisigAdmin__TransactionAlreadyCreated(
AvoMultisigAdmin__TransactionAlreadyRevoked(
AvoMultisigAdmin__TransactionError(
AvoMultisigAdmin__TransactionNotFoundError(
AvoMultisigAdmin__Unauthorized(