MultiSigWallet

Verified contract

Active on Ethereum with 103 txns
Deployed by via 0xa440e7c8 at 4508716
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x8d2d09726cff2676ec87d7383014e4592e7bf77aa0142a589e7fc382544e00ff
0xd6f9101397b806f21f953748c88bfe8412af06f3c0f197ee47938ec4865a3e47
0xe3c0b69026056703bb0f4ff87933776dde76d5436e74869b3d1dfdcf6a279fdc
0xf6a120013d1bd90f29bbd2a213f009f1673ee965c2ef834121467d8e3edb6797
0xd77cc542f0c7e8c86da15a885433bf8d3a7972049dfc7ba067336ee68b49d54f
0x908ca915b4732f6cd5ec786f49ff3af0e3b99d6f4c510181589a16173a16c5f4
0x66b6427c24e2138ead49ec6ead3dfdf2c62d529d832a73c93cc3694bd21a122b
0x57067850be8546dbd1996f61de63486be9dc10689c153b085e5af8b3e6cd6d19
0x525b870b5a13c2655c46a5e04187f1ee07b8fd9088c877a09a7bc4db0633477a
0x28997db511df06e4fa6f2f4228cf21f41c160e857757f8c50fa32914fe69cc15

Functions
Getter at block 21017211
MAX_OWNER_COUNT(pure returns (uint256)
50
getOwners(pure returns (address[])
[0x005f4221E683002F0562DD8ED91bdCF29d1a80bf, 0x631B40D0aD3fD20315F3C7B7FB09662c97541DE7, 0x000c6E1AacD93aD31DE2d3cf80fb6184DD8f7391]
required(pure returns (uint256)
2
transactionCount(pure returns (uint256)
29
Read-only
confirmations(uint256addresspure returns (bool)
getConfirmationCount(uint256 transactionIdpure returns (uint256 count)
getConfirmations(uint256 transactionIdpure returns (address[] _confirmations)
getTransactionCount(bool pendingbool executedpure returns (uint256 count)
getTransactionIds(uint256 fromuint256 tobool pendingbool executedpure returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionIdpure returns (bool)
isOwner(addresspure returns (bool)
owners(uint256pure returns (address)
transactions(uint256pure 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.