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

MultiSigWallet

Verified contract

Active on Ethereum with 519 txns
Deployed by via 0x4b0df229 at 10116936
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $39,984.1
ERC-20
Value $5,328
0x226101aa7214ca77c577399e605e44b23e51f1d9c44a6b0b5c05f8de0271e9ad
0xfe9d1f287fd845684389d7bbad25a72f50056d896a646c9c5b4cdced3bd79d17
0x3b7e97b0ac26ce34285cd0a0c8fdf7ad6e9ad51c2dff4c0c8270262175c45b1e
0xa7fc47a88d1fe8c79445fce833f46e7716d288d7faa08adb88f85f88d4502ecd
0xbbcfe89f3d6b0d82ef0c50d59d12c5920abec63747a6b929b5b687fcd3542cc7
0x85a4bdf4bb8de9f0b04b8ce22d2240dba11b68958922c8023d6a240e166234af
0xf1dbd6ec1fb1bc85f3eda49d37fa656988706a6a2baa3a9da160c64bc484257e
0xa5f59919f20fdca14c639d963ee8502c0c70f657d05591123d23f536a6fbc8ec
0x7c3852e5cf92cd97027eeba7fed5e24e1c067d7acb7c70a211270aa306985e06
0x0ad462022cc96df19069945b0d70bcca282f3e416005bce141d8f9bd09e4b962

Functions
Getter at block 20793619
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x5AB4f2a41DEb3B925B23a3f7E00F206BED18ABB3, 0x8f7a2AbbC8741572427e3426538cD516A41102f3, 0x93bC372b4cC142dA75a365C5cB45be996347bfeC, 0x50677B7e720102c5126e17f4485149208d3fce71]
required(view returns (uint256)
2
transactionCount(view returns (uint256)
247
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.