MultiSigWallet

Verified contract

Active on Ethereum with 319 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.2
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x2a4934a59870bdb489d297e52b7afe5027b5d7e29a285f8b9f534e2370403837
0x80caf3b351a61d4b672f1c933ecdff07f5ab888ee7319fce045a1373e729ae12
0xe9e4dc8437fb0d81e93a6df513a64122ba91e523f5f24c814270f8ebf38c8e98
0x77963949bd815d36b05c43eb8b775fe1b6f0bc124e67aa1076ae4b1db7fbfb35
0x29ad06a9799b9539d3f46c4345936a46621540454e92a2257ac73a1091c1cd4f
0xb4cefb4a24031fe1ebc44616a3a30b8e8a2eb69b45b572b79ab88d7b3da268f9
0x7abe7b961f1184fe0e19797ec38c10149b79835ce7861dfd1ec9b7ad08577f27
0xab4e90e78f126b6f38a008d87801b79c63ee9a4f2db6af3ac30cd73a12c55c1a
0x77fedb4fb85625b3eb9ceec297301168d5e39318385ff969b72e820022be1ced
0x9e967a643c6a911152c4aed8fc910a75be0d1b40a1c8694b526889e6c9cae09a

Functions
Getter at block 21161046
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x774f3a559B2a319c0A6C1a73C3965Ece9527f7A2, 0x093EAe7Cae024c08fc3C82395E2ec614dE1c2510, 0xf8e802851392d0d8e38b331374C3A5a7984f01B5]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
149
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.