MultiSigWallet

Verified contract

Active on Ethereum with 50 txns
Deployed by via 0x5a3a1c3d at 9961573
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $435.96
0x58f345d2e566c798d261c00c02b9ebdfab519dc91205ebe3ec34c947ae23cfe9
0x9583dcd75e32a549612bad846f625a289c446647f3d53dc598090623381da09f
0x4eb67b079e252e6e0d98cbd1fd352e18a570d64a0c177362fd7757616062c4b7
0xbd00281b598346af2f47b6fb332de30643c881305db3b0af205a49f20bd32be7
0x069e386245213d76835c276c803142e2537e6d708ea52b5c56c784ce3e87713a
0x43d6108b6c2ca11ccf135f22eb7ad65e5d1db608478a4a3c82797585ccc96b79
0x7ab0e20a4499bce5d2e7584b744f6fb9e45d9a61717a4f5bea00c0e48b549321
0x917fd9a5c7baf6e30f653c80c6932a7a3577d2fd08306357a40acbaee2724727
0x6e31b1d040df65c24f211710d6cd7007f5687c3c8c57b6fc116577df5c898a7d
0x7f005a0a0bf00a62eff5deb0139d9577c70ed58fba7fc426a0c46627bcbc6080

Functions
Getter at block 21279521
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x24E77Fb1188236Ea6e7157d82D688c4cE7caDFc1, 0x2C90BE0E4865Bb710F5825005d4EaCbacEDEFC00]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
25
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.