MultiSigWallet

Verified contract

Active on Ethereum with 51 txns
Deployed by via 0x4c7682c3 at 15345787
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#0)
ERC-1555
--
0x8cfc5f8f8165182c23d722d93be33f0580f07db1f06abcede212eeee016521a7
0x8f0ed062b8b4b7b3a14b5174b95851a73d925c75b7d00e92919d83e57c76a34f
0xffee944c09f1daead7ffe6e981e5ea00eab13ef3d250ca219faafba762e940f9
0xf81a797bb853ac0cbf4296fe86ed4115ab46feb5d1d959740c1eec47b62f2acc
0x5a33b62b01b0ea0d04f4ec8d1bff4106c94627d0f58f1edc8b06cf428b947716
0xda3d06a1d511b2a3ec4908aa5dda95dc3ecafb407838c87b0907c81901f8ff38
0xafa5b945c2bb16934fb0f9411cde3d6c616d58e6f104a559128927a372237530
0x4876bf00b418f68bfb1dddd94b5f1cc990f32b5ec31211c884eef8a251bca4ca
0xba6e3573c3b699416354d828e5452e172370e8bfcc30a0561e083fc0300dbc24
0x42312a6c1c436e03b8d6f172087220c906dc61600dae17d515c59e4acf89e6ed

Functions
Getter at block 21222162
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xa9e15d5Abba9Ced3F05a9e4F65eDD3993A1E8953, 0xb055C0fEF3Fb534AEEb3794ba778042612Cd24DF, 0xFf4695Da93403A8abAE8E187be06C594F537B91d]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
25
Read-only
confirmations(uint256addressview returns (bool)
getConfirmationCount(uint256 transactionIdview returns (uint256 count)
getConfirmations(uint256 transactionIdview returns (address[] _confirmations)
getTransactionCount(bool pendingbool executedview returns (uint256 count)
getTransactionIds(uint256 fromuint256 tobool pendingbool executedview returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionIdview returns (bool)
isOwner(addressview returns (bool)
owners(uint256view returns (address)
transactions(uint256view returns (address destinationuint256 valuebytes databool executed)
State-modifying
addOwner(address owner
changeRequirement(uint256 _required
confirmTransaction(uint256 transactionId
executeTransaction(uint256 transactionId
removeOwner(address owner
replaceOwner(address owneraddress newOwner
revokeConfirmation(uint256 transactionId
submitTransaction(address destinationuint256 valuebytes datareturns (uint256 transactionId)
Events
Confirmation(address indexed senderuint256 indexed transactionId
Deposit(address indexed senderuint256 value
Execution(uint256 indexed transactionId
ExecutionFailure(uint256 indexed transactionId
OwnerAddition(address indexed owner
OwnerRemoval(address indexed owner
RequirementChange(uint256 required
Revocation(address indexed senderuint256 indexed transactionId
Submission(uint256 indexed transactionId
Constructor
constructor(address[] _ownersuint256 _required
Fallback and receive
fallback(
Errors

This contract contains no error objects.