MultiSigWallet

Verified contract

Active on Ethereum with 114 txns
Deployed by via 0xbab69177 at 5137979
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.24
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x771dad863dc4992e635b06cc94062a091e9872b50d485aeef5941f86285e4d92
0x1e5c947c1d1be7062afd388558c5ca8e371f46c46fb915d08a5a9298938feba6
0x227f16936f24a7d116997d18ff53f1af065d84d1883454c15b3e852faf2b424c
0x28a935560f323922578b12058f623236e96bc10a33a77d637de39c795b89a071
0xd20792f62f4a91d4dc9f780faf3fed0a9ec5cfc616746633b0c826f11eef6ec6
0x7dc7c6c5d6d1f700902f2957b915c4ca5cd1f9706cd13789c8141f1cb87b3cad
0xbc91edb911eeef8684a1f507ccfd9cc1a4720287fcc10fec7b321af59e31d6f1
0xbc0ff89865d242e126e39161ad08ad1678e34165977ecb927fe10412e39cb244
0x568797056ab02df69dc147c2de6965851b967cc6a62dee4b31aa6cb42db046c0
0x1649eccfd05321df03c96c1c1b044f515ae3a6b17f70b33558167df02bc3cf2c

Functions
Getter at block 21179332
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x9fffe8E9AF8C872F67a41337bc9784C8AD60B3Ea, 0x102D67E6d2BcdC5f66C079d4a383d3cefA5023b0, 0x8C76742f54D3045920c4Bb793f281cb59c7B6A94, 0xC543FcB749cE1c6B7de554e925e5B08ab2Bb02F7, 0xF61007C480Fee32544BA2A58C4D6E424a5eb4895, 0x3e3cfd8D106F29600178D8a7571eaAA6D6F06537]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
40
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.