This contract is being backfilled. You may encounter incomplete storage history.

MultiSigWallet

Verified contract

Active on Ethereum with 6 txns
Deployed by via 0x7317306c at 5164892
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa7a53304feeb81121f8221cb4ce75490c4cbe2bb3b908d68a191567b14cf8a05
0x806dd2ad261fd84f1b0cbbef12a245b20ffa93c711d5f2d868b58ff1bb3d1a5b
0xa9fcf79424db5c2173d58c327aaf001ecf24220cde9b9e4ee52a89ce973ccb42
0x8706fdf1f92f5e19c23bde698bbafaab743cc86212eeeb2043713e0377bca814
0x2d6a6a7cf835700972a145f3466f4be329a025d763fc2c703efc041c79e8c720
0xd902210249c6e5432b68304d6b3970a013b93afb0b6554729ec68656074d95a7

Functions
Getter at block 20798404
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xE7a13dE5f37DeDde18526eD15c968388bfc3859c, 0xEa28081062f82a9a928Ba3A36b0c0638CaDaC389, 0x6be6CAe0b950fA64699623B770323b5Ab21b19f1]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
3
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.