MultiSigWallet

Verified contract

Active on Ethereum with 43,526 txns
Deployed by via 0x4152afad at 11037021
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $6.43
0xdb64e9022a05b134ddbdc5f64066c29031d0274e4f7c493c4a244f3d173d269f
0x02f03ace747361dd49d68c1b16ce98116883f8785d86de16312c1f423997240b
0xf0610937f299209dc580f27c01e636dc2195e687e09ff32c4b4b62c30ba1cb44
0x0351b3823411b5a9e030b948f9d4044f3f7045325a7feb1496ad8817c53b4b74
0xa10982cea7bfc1ef5311dd98e3fa02207d7c7e091f48acdbdb4cf2a159349cc0
0x5bef31446b4bd616a05b98319112cd80318b43ed8f4eb831ed1191d597c04ebf
0x3dccc7c86066bc3b99b9792e7fbde9518f3cff50a82f12777266e498318ac1ce
0x195f7bd73946b0a4ee252d3ca91f20c7eca2c0d96e6f7a288fe6fe39cd4f483f
0x6bb03f2987814d874a6c2a31eac78a6b312b105eef803e67b455b64f8d955c20
0x4ec1ca7b85025296629abe7db9e388e622877456c6aa0ab7af2511494f35ccd1

Functions
Getter at block 21158503
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xAC0248e9C78774bA0ef9E71B1Ce1393a10C17E3C, 0x234784eC001Db36C9c22785CAd902221Fd831352]
required(view returns (uint256)
1
transactionCount(view returns (uint256)
21562
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.