MultiSigWallet

Verified contract

Active on Ethereum with 35 txns
Deployed by via 0xeb502de5 at 8318748
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.1
0xfc8347aee485e60b142ac76b5bc9f4d983c1e8b9ae7a57ec69e0cf3028c7e09e
0x2a98d6dd0ed869d9882e411bb4613fe0bb5a51db3f18dec68fbb807ec464954e
0x928808f7347dfef19850d15372c379fae5296b0e70be1ac3d91b1965c8258ca5
0x02aec55072e5219231785e23dd291545fdea851051009532816b1f652fd81c03
0x86dbb27f8507e18190820cabb4b32fd7172557ff2d10a754e71315125933f00f
0xc818d89581020bcd1dc3c48a37d954435219330a94b574659cb68dcb50aa9268
0xdf8be166adf998b64ef086861bc8947678ec5974b79d2f2aa73c523569ba1e60
0xc1ae95e2a1c3511da01661f8c3f1bda37d7eaad27cbd7d9b622ef9da616ab899
0x244aa3357c339d1f372908a9b5afe4291bcee5024fb56f46249ee0f6c9fbba63
0x3643f03fe01fc7be828c3374e8ac8138205467df514a3b9f2fc8fb8a86542838

Functions
Getter at block 21212452
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xbF071639cD2c06Dad506D00627Da6B253c7FBEa7, 0xc1b0E9f401d289D7Df1b2EaA298dd45D68e26C29, 0x1C400daffA95a50698d7693F3b80798Cf29B6672]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
15
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.