MultiSigWallet

Verified contract

Active on Ethereum with 276 txns
Deployed by via 0x9a208663 at 7842321
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x4ed422a08c207a01f0ee81a9bd0a18be6247aecefd603fafdd82c241d8fc47c2
0x214f75ab1ab4f977e1a8a9330a796ecec9c94fb9375268387faef4aae37a50ac
0xc3c6ec156bb8ba815a44e399d3942b46409a7cc43f99b8f1c1454c97ac12063c
0xf4e00994ddb294b474cdcc0df50d915b6265d5db662c4cec8f639cc1583a5fb8
0x6b1c5a77c7d4e086ebfe65b7f1fd7c5e12722a40990a0ea4c8d400586931b8b3
0x482b6df60b34a6e8fe019a304fe393de27c6e5284ef1d61476286899e8d50221
0xa6187b98fb7b2f302746d83570b7d27b48fcc19677e7197a10e4c25a3f9d7e01
0x90f0f0869530e830ab025bd41a39fc05db6385c1d0e60d3fe51c1dcc3444975e
0x783a6e5b5866a23078468a3a75162df5b8d06b51ec9429daee66679bea375048
0xfcf016eda0bc779686cac50dce640646d6101fc81d07d347f190b804ddd81d4e

Functions
Getter at block 21326536
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xdDB4506Fd7CAadD4D96bCAE2EEe99e3DE4B85191, 0x444c1556D099d462D511B29f8e6D39E7DcabA1a2, 0xd5622F305D626A1E081B837a81A10F61A572ebCF, 0xDd758a940FF8E51A2611435D37ACD287BdFd7795, 0x3176aAc5b61b49f6Bb1E5157F992BfD4Cfccc4FD, 0xa25A53ccFCD8956931ebEB0B8e84aDa10171dd0a, 0x843dE16fd48F0DC4a249f17D24190959475F198a, 0xfA2C955d6D3864A0902Aa8028234802a1f1EE53D, 0x21D0c12e7505c722D373D40a1f79c1cAc150396d, 0x1144A42DC393Bae5Dde79303467116F876dB92c0]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
93
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.