MultiSigWallet

Verified contract

Active on Ethereum with 21 txns
Deployed by via 0x1dd61a94 at 19849498
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,515.84
0xae60f61ca415887fd91b4889bf1b7184f78074a79b62a24c0fc06148422fc857
0xa2743ba7be1877226a407ece5e438beca6c09baca5b7c404f7fe8b51d7409516
0x79db3bbc61904acb49be94a268ad4929a5433e8a7d95c3555694d7aa56908459
0xd66f23f604a4296bab01fb400a205c982c9b4c46ba6d007d18a35586f741ddf7
0x176d2f5c68363b41abbda02cf918a66c547425ad9bfc4557c3540fb26c091020
0x501c131c6fed7166b3589253689a5d9adcbb44a06c429dd5983424686c56f889
0x8cee894f800563cbeda15e717156ddcc6f5e14b08dea3affc25f6919f3c03392
0x53252ea573f7bc013eac0c682f3914077fe9517374f2212e3957202737eb797c
0x0eab99d386d31d1cee89cecbdf5850c6915b553bc7177572479301fd09ced1b8
0xf273927d27918510701c2072fbf238e8e0404498cfb16abd920efee35375f6c7

Functions
Getter at block 21282770
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x88888871572FEFcD7f2bf13796e2b6aC11e54Ab1, 0xBAdDED6Cf4EdDa967D2e0C6E91EEd245BcB4fd3A, 0x11111429BDdb12aB9f236aE9CDD9b36E3262045E]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
14
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.