MultiSigWallet

Verified contract

Active on Ethereum with 222 txns
Deployed by via 0xf5e48def at 12100364
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x303d2a6b9b495783f73993b6d4de9a03f45f9ab9cbd3618b2ef5ccf2dc765c8b
0xf0bc2a752c3a2f986447cb7359fa0fc465f4d93e2ad7d1aed24d72deb374c1f6
0xc4f462a0782b39c1f8cc0aa67917361eef333f27b2f837e531593b2340522e6f
0x01c62f11c9bb2ebac648097ad4bc91e2e0312393fbfd56017b9331b526e2331c
0x8f97246401889094a1b78ea02d289324fefeb15829bdac5f54e1866e25ffe40f
0xe7b2d48a1ca3692a664310c8aa219cde835637eba40aefcf4590efc7fa5286cb
0x8c25b1e5c20575d0c7b43ab6e3606ff83e3d856c7cfb49b237da89237d546207
0xc6e425d6ca6e361e0388d85e8dc3d69f50d5899c9557f144ceae253be35460ae
0xad5c227f152398f2e4cfad92cc3263dd049893d6d45f7f3ad73d5055849b84f5
0xf3fef65feea1a3e3025381dca34046107f89717a63882af8b49ecb2854fe69d7

Functions
Getter at block 20869986
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x343B5663b9ea21cb5a425EceED3a5458Bb8AbD89, 0x4b4eE627Bfa1cbb75bBc7DE23F716F73a0E1c070, 0x5e4a93328AEE1c5E66e100A0e86Df00726E141A7]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
112
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.