MultiSigWallet

Verified contract

Active on Ethereum with 17 txns
Deployed by via 0x6496f3a0 at 4710111
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xc1be3a759d2fb7a5cdcbe0e5fc4d13d8807f18f38afa7834db6875cddf51e754
0x8fcf6c724acc6b72c427e4d7d28e8d8f8f3b5790dcac3be2ada0b47d8f1b0482
0x7a6137323073b8468a0c3f811f8f9afd17997148739447a8bdbcff79fa0b0e5a
0x34bf7c01c6d29531672e58a5c0f27358e06131908ab7cfa89c2a86e3ab84e441
0xbea367f7aec86f582d576ef05e7c4b72d39c40efbd9bb17feaa09d3c4c2f52d7
0x490761e517658ca3597f1a1d846c549e257765d4bc361cbab84bdd5d195f3ff2
0xdc0cd21e38e21f3b83e8de6b0b32b2e1cc9f5be167c0e9558148a480d44e84ee
0x1886f5db8bb87024157d77f4a989369c5df01cefa8b2d17cc0b54b30dfe4414d
0x86506c989b331804952b37d3849174bc2da331070b3175fb3ee073ee36261882
0xc51cc95bf0cc27580fd2168055556cf85c88f356bf0df5cd5f3d0e07cf8abe08

Functions
Getter at block 21274872
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xA79f1E8c75B8F041846240973b751548afCea8b7, 0x9F60e4b5D0E21970703f5FE31D5445d6f4E6ee4b, 0xFF2028a4D802c9fef8C7bbd6aFEbBe780B0CbAC2]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
6
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.