MultiSigWallet

Verified contract

Active on Ethereum with 16 txns
Deployed by via 0x0ef2432c at 5000729
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $18.99
0xe57d06d866d083284580b84cef4aa682d417afa12e96b20667eebf0accf35768
0xea5d42e16ab1f9122e8a1f3b410506ec5f60288a1df40f57164fd0236581ef51
0x92c6d9b6993e069286c527b631ee7ed859b23db39e80e30a8f54cb59a251254c
0xe83096e11429102e8155b50f2c94d93ed33bf379dce013fa247789b8c1c873df
0xa865771547810d56d3548973e9c1ab177b25c02792c1e115837034ac74226d5b
0xaba6e1b5fe71506ed29159126d4e68ca4884c3201113ff13b9f396b57c59cb1a
0x73eb46279d9d7890eff87ad8121efc91a86e4e9891e6949c5e8da69e06a81865
0x1f0cf91c69c4097783c2c903da3f2305b0aec77bc18adc8f1d82e7359902fb40
0xcbbd12c6ef2d494c420a1028c9a93dc5c593d20c9129adbe76a92f3d2d355e1f
0x9caf2d9a835d65cd14df8323a7fd0f71b21b5e8c2d31fa810a6db7eeceeab3b5

Functions
Getter at block 21298515
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x432159f6f2992713B58776fE6031e65b963A01a0, 0x0a2112217E577438fE4Ce448e04d662be9a8A142, 0x33D8aD1B372Cc8EcF7C1b5652B01C571Cfb2D3AE]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
3
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.