MultiSigWallet

Verified contract

Active on Ethereum with 20 txns
Deployed by via 0x60f74a5c at 10158050
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MultiSigWallet"

0x6e46534b5eb8d4219d3ce7d9ef941f7708aed982f1fe25e0f103b75a0176abc2
0xd779a2b5678cf12ec61c346f2c7f1bbd95b061bbd0e47985f35355e1cbb60f39
0xeaf65fb5cbda1b24a521270ebf2f204043b4dc7cabd125ace70c00c385c36818
0x38defd6173c57902edd17e378872f6301f1def3f6705f6dd8b0cae836cf50f82
0x581783059833bf22e7e08c1946c1983947c95e46f8557756664f60cd982b64cf
0x2b50f76ae6e7152d773b9676a5aa1dee707b302658791028cef20c3e306af690
0x868ec5097a39eaf9021ac8deb96f1e97cc16c8cfe08eaeefd83adf48d7d4905c
0xf5b1f579dbdfdd623fdddc5a5798e519909cd6ecc5dfbc4f30c946444b6704e6
0x68e42b3316fd6f28993f5f899de8b186e15f5a3c344db6ff31a63a335c2b491a
0x2513dd11352c3895b6e74916053ea5f29720f9bce2ca52038028aa06d1fffb44

Functions
Getter at block 20948608
MAX_OWNER_COUNT(pure returns (uint256)
50
getOwners(pure returns (address[])
[0x320849EC0aDffCd6fb0212B59a2EC936cdEF5fCa, 0xfdB39391184481dF0F8e7d57C029F9BF8dBdACA8, 0x3Cf628d49Ae46b49b210F0521Fbd9F82B461A9E1, 0xdE6BBD964b9D0148d46FE6e2E9Cf72B020ADc519]
required(pure returns (uint256)
2
transactionCount(pure returns (uint256)
10
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.