MultiSigWallet

Verified contract

Active on Ethereum with 12 txns
Deployed by via 0x89858ca8 at 5020362
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x59bdf80e5d9a70026c6c5d189f309dda525da7279b5da9b0fc4f17b258684003
0x98357bf0c733191cbae647c12e84e500bed7d55be8758ee95e05632d65955369
0x4379754317fada717783edb4df11d35322f11defca42058942407a846202c85d
0xca4041871fce25e061507ed5f9c413b8c1d28d7938341d18604b0c1b51c8f81c
0x2fbdeb06ee671cb5d37a52758694a0f9a0508fccecc24780abcfc9b17d440d27
0xc55211ece1d286ed8d831a655d9ed8f2556e1a6ea12cde68655df8df27f671c0
0xe648fb6da409f755fe6bf5f1669420f6ca8c63c2837ba84021b23e19345179ee
0x57f9e2995e9288cd0a3511361bd57e1bcf51bdde10aac224645e265c0ba792c3
0x6284c363c2ff396daa7b1ccfe986124680c2b61492d7d2cae93534af23f502d0
0x6edbb43183e195a7f91273b91f277a1994a4c92781cb15486d274cb52791ed7c

Functions
Getter at block 21302426
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x57AF32c5F2F389F509F0EeFdb23eD0BE125c274d, 0x1339914daE639867c418a8F40ca2a3AE820CCA93, 0xfbBE3b9Ea6aE89bd87120A12aAcC2ce695125b92]
required(view returns (uint256)
1
transactionCount(view returns (uint256)
11
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.