MultiSigWallet

Verified contract

Active on Ethereum with 230 txns
Deployed by via 0xab52ae71 at 17184264
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $20,550.48
0xa44f4f191f227571d65cd3408b12298a56413250f20ccbc6524bf5c2b762315f
0x24e9f809bf742a98234d78bb2800f01181d07357d75747d25c0fba7a454882d4
0xccafabd1ccae7a5e8c2a414cdb728db028d0389696b979a1c8d9394e5a1d0b91
0x176d040591d817323b2b1c3267f62327770491e6d3e2cdf19e8d4983494b8253
0x601e631d7557ae9ff8d241f6b7c178841b1d56c39ac545fe2bfbcc0a0d3aaa90
0xa903ea2c365be17a5166659fdc306c8ca138c7784bbb684a4ce0c05cb2bad03d
0xfe7178a432ed92d6936aaa92b7c4b82f032df720d8c3a890cf85aecdf49646e1
0x05fd7b56787ee68b11c357569d61e2caa9d39dd5e7d2af8f1b2dad79efe6f29e
0x8fbf74409a310e1156d9df0c28e3acfd03b50ae490d66a2b06291a305e3f5be8
0xd768eaad64ace63e0104bc9e099cd2370793ac042da68df16978ac58ee3ec4f2

Functions
Getter at block 20867052
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x0A8f6694D72d28220f4F012d59371406b834064D, 0x2f1C0cD0165c8A4cd5Bf0B5BA410d26042d015DB, 0xB59989034039F650c3E1A0bC3329434276dccdd8, 0xbCFe467B6f75cC3190fCb4a59096890cEBa8918C]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
78
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.