MultiSigWallet

Verified contract

Active on Ethereum with 49 txns
Deployed by via 0xcd8963e4 at 9623641
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xabe802f517ab4a7e6eb795b7d7d49dc5b48227d3d22f66508197a4a8df72a53d
0xffe90de27144cd9968d754f0b7879c38ec674bd08ae5e86d81ec2851da195919
0x7137ce7b5f69ab44b5fbbaf414bed64f6e4fd2527ea10ccd6f05d20b216f0e46
0x655fe198def529cfa2f969b0cabfde436ec01269337a8ad2dbb38e78320fdeb3
0x21aee005ec87df0a4d5791a31a8d2f7f47e015e61ddba0d29a98870656e6facf
0xa361adbcdb1565bc39979d98ced2679f32785f8942b6d1345b0fd31b533eda9d
0xa40d8d69747029eacecbca8d91f9025ad9a2d5d9e33dc429f75c3d3f334a3978
0x315b854948d629dc6b557f2b64b4e27bdfbb2e28b7f9f61090536c5e78dd7b82
0x4a7b551439484b3159b9ad8136f26595dd83c0d3e40af63685d53dc74f3b32c1
0x0f4cc669905a6c00a68e973e837314511f1dc88b5525d2f3a2b757b08273719d

Functions
Getter at block 21392014
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xD0d632a7C4f115DdaB0e9Ad85455928a18a5fb73, 0xe76EB34c2f339430CA29572dE52DFb21f5c17Ef5]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
15
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.