MultiSigWallet

Verified contract

Active on Ethereum with 3,746 txns
Deployed by via 0x717d9739 at 12052761
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $20,439.33
ERC-20
Value $14,534.42
ERC-20
Value $9,396.59
ERC-20
Value $6,174.3
ERC-20
Value $896.61
ERC-20
Value $471.27
ERC-20
--
ERC-20
--
ERC-20
--
0x0b50aa3e1ff77a8a114b7ccc94abe743ce3d4a70f3ee6280c883abd9057ab560
0xaab066cb849cc6344158d48ee399f8509728f64d92c8b8c20b6c2dfb6114bf88
0x2cfd1a62eb16d68d244a3806bd708e45688fae2633b5ec03d98975a1e11bd62e
0x659a3488ecc35791a1188c5052e294cc1ebedc1169db0089d918a5c41604da36
0xc62990666823d42a837cc9d6476a07992e01b9172bc32b4e35e9b5680e3d2138
0x0f0e73bf9557d19e5fe413eede8fd377e587cf89bbb76dcebc8e9f1522e4ab64
0x5901dd9616e18468a58cc1b92f419b6c96e33ab7d3106545e120480daf757511
0xb507ca46ba731ca268369ffb67fee3b6c2dd9edd11d78bd41a8508b99c27b239
0x4e7162ad576771e40b22cdba1c7d6c45c398575e116fb39518663454693bfc30
0xff752cb87de92311c263cbbe731abd66b49d90bb91099b09c7492dedee2cda6d

Functions
Getter at block 20846983
MAX_OWNER_COUNT(view returns (uint256)
50
 
getOwners(view returns (address[])
required(view returns (uint256)
7
transactionCount(view returns (uint256)
643
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.