MultiSigWallet

Verified contract

Active on Ethereum with 14 txns
Deployed by via 0x73fe850b at 6239243
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $154.25
0x1dc66e9796c977cb2141eb4aa7e2849a7f0be827febb09526facc3a5a480c74e
0x272e1d6771b383f1a835c95be155f6732039b8031ef0b5983319f744e759223a
0xfabfeda3d939db5139aa670e989318e16e48919aa809be2c69f9b1784525f0fa
0xb04a56c8a50cd54850d6cbd01cd7a2af9566e27b2ec488f3d2c801c237b96553
0x1ce380f531619e057f56cfd1628812f7ba48b2653572d610b041c99fcf8830f5
0x08a080b3036ee755f5c1ecbb2fffd1fcb44ba6ab4e12367ceb964725ec6f937a
0x7bfdc6f7995c861479fd8bc24b77b3392f88a98633bbcb5babc7dec8e0e9c5d1
0xf39c8f64cb86cfe9bed15948c42d347bbba75ff0b1713f09700e5b61f70d222b
0x6128aa2e14e1f252fd5133ff727833893a836ee3367b84568d6a1b46f6cc24c9
0xba2a0ec4a236f8a829d1807db688f3ce9a25866619d7faeb7f705fbbcf09713b

Functions
Getter at block 21332485
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x7847E5d8d9DEC022363Ab8A0Da4da7c52B0E766B, 0xa880FD72f21EF482520fB3cB82068C3DA925715d, 0x353C53C979A88bf221b3a04f407875A37A1cA009]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
7
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.