MultiSigWallet

Verified contract

Active on Ethereum with 483 txns
Deployed by via 0x14419f1e at 11733819
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
 (#4644)
ERC-721
--
0x41cca0ffae408ade75eb78a1ab15a2668bc35da8b2b12961176d15ffa85e64ee
0x5adb72c62c6938c33d5eb1db703750c1fab7e01514ba7bf65e15abcdcbd7ebb3
0x3015ac98a7590dc4c4f779866944729dc0e253d4bbbe33f44e6e63c3d98a3d60
0x069c0be2b41dafa79c822cf344eb0fe53e62368339845db3e8a5390dffa48ec1
0x22020f6ce8475fcc9ff27ce5180e153f8fade3bb2858cfee965ff1ddff79f7f9
0x7d024bc4de34d6e76baf4d5121fe65c95794bc0463175ea4fe76c448cd3f2f1e
0x9e4169bf0df56bf7462ed420a8ddc1fc34e9d2a6e4572986b9c15d36b6f9d1b7
0x390de4117d794ba274e6cfbe542ad27b6757dbc1541ac386c3a9696c634c4ad1
0x09e1a36c5e5a0e1a711a9c83acbc3e37d92438ef5e0f864ddf42c9c98143b8cb
0x6c69dfe72e9f90e12a3bba0f9ccbd68e4acc570f470f712fbf451bbf43be5121

Functions
Getter at block 21218576
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xc9703331D70faEea6516FB793b9f49d3CcD1037C, 0x2D5bC78268514E928FfbA1E3Ea3D8e7275113809, 0xa25C2eC54d805689Db88F88F2c0EAe80649814Af, 0xbD26ba5Da4DDe419368E90e9510912cDb49fB58E, 0xa9CeDD8BDD7b5d91cA76d041e1D2a54c79239D31]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
251
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.