This contract is being backfilled. You may encounter incomplete storage history.

MultiSigWallet

Verified contract

Active on Ethereum with 59 txns
Deployed by via 0xe1c0a16f at 7810828
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x996dc814dcd5d2ad7f1f0ca445cd272d01fd35190d40c73841bc2f5bec7e6555
0x11b02eac85a00cd945b4f0d970a59bf19615ad1ebeccb6e8e2f2840670e4cfd7
0x5ab35f299009d8ff36c4ead6060a3f06f2d9df657a05a53ce8b4fcc1a1ae40cf
0x88a907e7ba3ea712f5633a1fa7564b8677f5679941f6cf19bc0b5e53a47fa3f5
0xe4078a065d235583733f7a572ef40ae9ebf6bf8a349638f563525c8c83f791a3
0xe066813ea1c2d12c603a7d170256c695abab09f41cc6cf4ed51bb9b3fc460699
0xd012f6100012ec95cac78444736e896c4506faaae6120fc6d68be18a5b36721b
0x9781c7cda8f88870969ce859e25fd3d6730d772a72ac580538d6203a9051fae7
0x6693594601f471b114c53a505602884c424ae22b9c1855d00405702d4f78e366
0x2ff21ab6288a82cf8784fa54c0428ed9a55b64c7e966a0834af31fdbb1f5dc65

Functions
Getter at block 20806159
MAX_OWNER_COUNT(pure returns (uint256)
50
getOwners(pure returns (address[])
[0xd0E1555b918f9b2E57b0fC8913C7181382ad9CB5, 0x11C054bb37102Ae73A54d2d0c6B129664c4db43F, 0xf71231f73deD0ef45cC4527ccC8f60a3a2523fb5, 0xD262D7B82D329507B7043a74555f3727fE502107, 0xC0b8Aaf05C9f7A12B17870d8893cb07e6d1F8174, 0x998Dad154f45744Ab294367e2074E3402Ffb7b33]
required(pure returns (uint256)
3
transactionCount(pure returns (uint256)
20
Read-only
confirmations(uint256addresspure returns (bool)
getConfirmationCount(uint256 transactionIdpure returns (uint256 count)
getConfirmations(uint256 transactionIdpure returns (address[] _confirmations)
getTransactionCount(bool pendingbool executedpure returns (uint256 count)
getTransactionIds(uint256 fromuint256 tobool pendingbool executedpure returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionIdpure returns (bool)
isOwner(addresspure returns (bool)
owners(uint256pure returns (address)
transactions(uint256pure 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.