MultiSigWallet

Verified contract

Active on Ethereum with 67 txns
Deployed by via 0x628d3bda at 5342275
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x448e03fec15105810088d3d5b22c7ada67505b788b707389a93aafdf7949e6e5
0x34d50164fc9b92f1f49bba822947533a191d81ff354930fb135cec5e0b54ae64
0xba119e31e1d14dd76714849e5eaa258082842e2802880546ba78ebcb25eafafb
0xb68bb4858095985dc92b3a5ba495ecde97d5aca5146eb7ca55233ec45e0576f9
0x835287a5d8ee1b9c889038d0220527e767546614dda0aac125dac911d90d839e
0x3eed7b5345b0e2d446e83837330178e0d813a430f626847b81e2b4b18d96c0ee
0xaac252485b1c28478ed8ec98e1b694ce4802d4d31aa999d26e547f9b77bd8ca8
0x0b99d72684daee459531ee010723851e63df85c4c75348eca3d2b418fe8e42a8
0x35e267047bc60d74065a2f149d3d36d0d5fa7066641a8487445e70007ceff787
0xa9725395ba3b5bb6218af2a3e019935bc2d1a9f722d334a337c6d3e1b9e6b992

Functions
Getter at block 21305811
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xf713b62B92f7B751c0e36Ba96169c1a80d4ABCBA, 0x744Ef2885a0D0896f00F9449f7220d8538C7d1Ea, 0x15fd4d14802361890356e1957BE07E23273B22d8]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
24
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.