MultiSigWallet

Verified contract

Active on Ethereum with 29 txns
Deployed by via 0x8e31caf0 at 4478376
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xc481293e24756e2367f381a9d54423e63539523b64a1543eb459bbaf92cedcb8
0x6a7d8b9ebaffcc3a0984251752a915670a6ea5ba38199bbc257949b697a1e416
0x1a88f857dd5bb869ee342e43dd86c149e1e4329d636dc791e80bc68c5a382959
0x0fd90fcc80f30d266cc7e81c4a94fc2ff785e22a04f2722220d2d147bebbeba4
0xc088f1916451180b58761b485ea2db5fe611861e1e46b2184d4d562a30fad901
0x6c0440d6e089451eef243175386308833a06fc44f686c796f20a013a26665c08
0xe983aebd2fb701c04ffff776636cfbd7030cb3982630f06d742e075f53ba22b9
0xe65916f62ec85fb050a2b047b4c61d805d649362b2718f8bec9bcf6c0b23fe49
0xe43f3323235a2487747b2f7216a86a3452c0508efd8637b4d071271c9a98e96b
0x44c579046b5952db91882e7210a0f54f24669287cf2c64e61f055797034c9571

Functions
Getter at block 20817758
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x4D2130d9D20428Dc249a1e938A0bcEA4b5B9ac1A, 0xff423aFeb0E6d997163467b39b7bD192cfFD38BC, 0xaC01F01f51F0bdd012C1838Bd5ceF330E6c7FFCa]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
13
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.