MultiSigWallet

Verified contract

Active on Ethereum with 54 txns
Deployed by via 0xf416ee4b at 6575836
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0xc8db9425a10b4cb28165c9b367af781638f3b3d2ca9dd10e52d27f9fba19287a
0x4fa9708c0de63738b3312be203c3b38b83ccd189cb0a641de6fd4c745b2fd69d
0xe8933ae1538ab557be71c32083be53cb293396fc261a4d6089633bb6a3d04735
0x9755be1516c8cc27dfad410b23b66abe4e48de70abfea76b1e7411f9a96ecfd7
0xdc53a1809abd34f29e2bf9afe56e859a421e0e0631370a5b8bb1854ce27d6263
0x7ff3e62324a827d6d6f1dc8b2fc2fd2b11b81fa0d5e5a84d404484777ca149a3
0x33d8b13154b414dcc6500c6d54342446adba9899d53ee53c112a830dbef384cc
0x4572178e1c69b9057d12d92a106c3d0a6d445737e97c6f0905256b4f578349c1
0xd1427bbd6f7997f00d5f73ce525664d589c116250e468c431af757f938ae1762
0xfb532312c05c718f54c0c39bee1b80b9bf08da01b41414595bca3e645e312615

Functions
Getter at block 20818955
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xc47180816A2DFfEe5db74332F3c0F33D7a542EDe, 0xfc85D1183884d565745B4408e2a3d135C104F60b, 0xd9eDbeE8e9bed7A528927fB802C693a613bf89BC, 0x229Cb7894D157FD3C65023fa3Df3a1645191C4d9, 0xBf7C35961cB9AD090b6EDFE39e66e75e63c417D9, 0x85B5e452816A7f47F843f18fD10F976f16EeE504]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
17
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.