MultiSigWallet

Verified contract

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

No balances found for "MultiSigWallet"

0x65f62bfcc8c9870e9e08a11a9f35485af385dbc0856768146be9d97a424408d6
0xdcfdaab2d1ef6bba3d4ed48ac6f2bf803ae2890a167692295ff804197e6a7e22
0xdf420083e3fd2459bf56db65bc1f6b90d14803468d9bfb5dc6845167522ef071
0xcac7734acb8c28e04ff50f6cb5fb5877b728c5932a1ebdd47cf24219605979b9
0x9dba204a850d4a9c4d7cdcba46f9384df068ead12cad359cdb0572ec72cc79dc
0x05b41f3f0d32f6b3030beced5002ec6b69e8f03927d29206479f4958df3e4e74
0x8827dddc2b54c340e4e7bc6d85e3c8c943eb7fb919e4f44463fc9c5c68569ecc
0x824a22669d50747b785864bf5acd9fa354c5f96e3e4bd66bf307626f0c5a947f
0x69fefe640498c6012cfc2a0132c50e3a114be6a3090e8cd9d03fa13f804cedf4
0xdc337ce2816d689533e636520e7329ede6e08b2edf8657784362333f46430606

Functions
Getter at block 21244894
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xf5020ADf433645c451A4809eac0d6F680709f11B, 0xeD530f3b8675B0a576DaAe64C004676c65368DfD, 0xB7093FC2d926ADdE48122B70991fe68374879adf, 0xC715b8501039d3514787dC55BC09f89c293351e9, 0x6EF4e54E049A5FffB629063D3a9ee38ac27551C8, 0x3Cd51A933b0803DDCcDF985A7c71C1C7357FE9Eb]
required(view returns (uint256)
4
transactionCount(view returns (uint256)
8
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.