AvoMultisigAdmin

Verified contract

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

No balances found for "AvoMultisigAdmin"

0x291151adcc6115c0d2c33761e7fda0f68d627e238477e879c8e9a3b8f5c1473c
0xa67cc13ca06e52e0e1d1bd347796ed99dae2c382abcf4e1d7bbb434fd384689a
0xa2e3902d884058f75f2697508c3407479d64c6293385cbb83d15eb4ad2255662
0xd39d22034e1fb0ba7daf487662a3b247098ab1f6d16dfe59b117621feca757f8
0x50078646d8e542de391bd7dcee746b54326a04dd2b08f17ee36f682ca8978232
0xaede16e94fa4bfe38fd3fb300cb5091e73bfe5260e05a30e394edb6cc0e5f86e
0xdbe7181ef39eb8e21654c363b101eeb64d91852c904f9d5d851877dad6446dfd
0x2deefe585b47c1af61d202a2c647635f2a4e1cbcef63bbc7b7e6055a04bd23b3
0x57cf1beeed92e438fda9d94521ea52589efe04efb770a99373cd39ec5bce3748
0xa0d6bd84e272a15db60135edc4b4ea8c421bce45cb217f2171ad9c54ec6a0b20

Functions
Getter at block 21271506
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(