MultiSigWallet

Verified contract

Active on Ethereum with 128 txns
Deployed by via 0xeab5da27 at 5510714
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MultiSigWallet"

0x004619d430b06e08b726cd2d04776b52a8ce01666a5c5a9d71a6d2b07104657b
0xb154702ca8eb650d4bf99121cfdfea9416dfdc3bfa2280425151f804221768e6
0xea42ff1cc3562baa2631045a79822b0286f927d605c6c54ebad4f725ee834553
0x66d45ab72d4230307cbe5f5f6c9073aa01cd79765bb098a306078aee52301a0c
0xfe720f83603feb9dbcc1696165d6db7d2cedce23dc0acd019825aff97856493b
0xcf63a1d0a30d87889e0843cc347506a16c502ff94f87ea9b9075802232c5f664
0x1b1efef434ca57a30a07467e07f3c26f068ae171e2078d5626c59cc1f7ca6de4
0x3a3fa0183409096f0c65b968f9e7a1252999e9d619f46ae68592854306d9ef58
0x960912295bcd50aecd4d4ee1e6102df2fb24a8949f12faf76477cbd95aa3cb2f
0xd8254f9efbdc04ea247bd249ec42f96b22ec7d534a028d73030f0a8201f4f1a8

Functions
Getter at block 20912160
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xf410be5D9C64D4280091457355C0883324eB79A5, 0x99A0F19f7dd9785Ea6C6a4FfC52bAE52c8Ec17E1, 0x449F084760E1A0A60d68a1EC64E974FA2b3424b7]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
63
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.