MultiSigWallet

Verified contract

Active on Ethereum with 22 txns
Deployed by via 0xea100d50 at 4710145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0xea4e0d1c2f0368000df2aa08edf6f5c4f5d1aa6778e2553102f9cbd121b8514a
0x4207b75a8cedd2a78e296d153a107c53d60e206f9b8941b1feb074abd06fc87d
0x1074847caaa5f4d86d3c585abc0b3ef48ae22ed1376443268189336d23c24494
0xf1bf975212f08eb5087d56643ca43e2e30f40cd30f8461d68a3d606ea37334a5
0xae248cece3d75a642b9b79c23bc330ae57ab5ad43f658727b7f00d34713e2f1f
0xab3817db859c743c8dee26f2c564ee1bd1f8ad89a1ac9373568be19fd144d537
0x8600b7007ae9a0f1b12c4929a43676b202f858a4c361fbb62efa43fe1aaeda8d
0xa85533ea442f72359e5966e826020081c2c4c178dd0ec4a2f015ba2d8f68e2ca
0x1a47d58eb4da480357e8fd8267976a1352367aada676106d035a1119fa64bd40
0xa9f7993514010ac5f6b1740c35edecc4ea0d031f6d33c83c6142583b8b71a35a

Functions
Getter at block 20951877
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xA79f1E8c75B8F041846240973b751548afCea8b7, 0xedB35ADFD65cfb46243dA650bb0454db501c669B, 0xbE08Ea5Ed3F3fb910a557AE9afCc2812aBa6B844]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
10
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.