MultiSigWallet

Verified contract

Active on Ethereum with 18 txns
Deployed by via 0x99cbf260 at 20242300
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MultiSigWallet"

0x998b40f6e48f787f99219cc5ba1d37ce2b25c926964d98517e766cbc296400f1
0x7b22c98a5a98ec2f7a0e512040bfa1b6e5fef3236c79d848019fc5128cd4d7b1
0xac8ecae6011a740a990b08262f678c16ccda30d863590c7ad197c5e936e6ff27
0x9e6ca551ae74268b7affa4d81276dce93d5b0091af68a7e385395f6150f72513
0xdb91e5a389b2f0aa57b5892614ac073d15082cd48bb17eb8d4c31eaf3d7957c7
0xc6e3c8940d2aca0eb0b38a86f02e0602759b6099ad6f4fdd46f55e52fc9324d6
0x8e851f35ddc31380554059ca8c08c8f2bc8aa2e0ba08119c1b37e187eec0ee8b
0xd34edeab912b4743e7e4babbcb4328c1b7fc7c89204bda51203a976dafb8ef9a
0x3a1951596af98f76e019887deacd74847f69513d81b103e1d9ba79b14fddf9ac
0x333918ad3f40a0b18f6ca6b515c5d3e1064a75a5b32f39d9a50cf49ed261af39

Functions
Getter at block 20914246
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0xA00c38d7827bF0321d37deC87060A33690C38939, 0xc93B9eeD056fc8C240c70a5BF6b85ED44E0DaEC5, 0xfA3061Ce3243435DA805a4124A273180725463c5, 0x19397F00656e9C7C441b592D0b7655fa3F12c972]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
4
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.