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

MultiSigWalletProxy

Verified contract

Proxy

Active on Ethereum with 1,033 txns
Deployed by via 0x8324f0b7 at 20108940
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $103,100.79
0x7eeb265d3ca19fbdecd16e8e05589b0c7700e3ea0a73cf3a42cf12c96a29cd9f
0x62fff98203b65c5d4a129de90a05b39776f5f023b27f00273e0f17362e069cb2
0x57638f01963386d30996a3a6ea2452051eb65b8d388349eff9e7bb38d7286f57
0x735192caf85bee64af7d934aa5a406bc43f691ea211b1b3ac666b999f1028c7b
0x206595ec3f5d6e67516d2128b7c64d9c0ee964b88d204a8bbc833d26f37b3692
0x0e1de1875c8c001748f5bf69861e9ba85f579cdfd4ae34cc5b823b12e804044b
0x67c97cdaf3356eca842bdc15f99fc4f53007462b2da94f2d3ef87a0aac199f2a
0x516110ef9ef3dc39102d20fc1a890021b8d27cce3084e9785cdcff8fa2b9ee70
0x77e9dba677cca3f3a08712f3382f52899400a96af1eedc3dfa0b7da90e6c240a
0x34213df13476ea3c209dddc621190585da46e3cb8d312f4c58909e78455ef2ce

Functions
Getter at block 20792416
implementation(view returns (address)
0x2cf26caf5f1b457de18c19a08c6597943aa246b2
DOMAIN_SEPARATOR(view returns (bytes32)
0xea77a357748bfed07625bdd3c74d8183a1a2672ed8fd4c4251552ee5535f1a9b
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x3b5e729537A607480F64e97658e678DF03Aab4bE, 0x685AC8aee5Ad107929B1e9EF2Af2075Cc5bA187d, 0x6B46a856522310Fa24b3D06286593D042b36eB61, 0x6dE00e0fc9A7673208eFb1653A086fA51dCBc4bc, 0x712f004a405D93FE25b54Bb84275f87951D6CECE, 0x73194d6c6dF7b4295d9B84c941B929cbcb2e657b, 0xA63F89DF6154429A60f59069659ba881036Fd5B5, 0xFD585015998120b517DabB2388900e059F44b876]
required(view returns (uint256)
3
transactionCount(view returns (uint256)
0
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)
getTransactionMessage(struct MultiSigWalletImplementationTransaction transactionview returns (bytes32)
hashTransaction(struct MultiSigWalletImplementationTransaction transactionpure returns (bytes32)
isConfirmed(uint256 transactionIdview returns (bool status)
isOwner(addressview returns (bool)
owners(uint256view returns (address)
transactions(uint256view returns (uint256 nonceaddress destinationuint256 valuebytes databool executed)
txNonces(bytes32view returns (bool)
State-modifying
addOwner(address owner
batchSignature(struct MultiSigWalletImplementationTransaction txnstruct MultiSigWalletImplementationSignature[] sortedSignaturesreturns (bool isOK)
changeRequirement(uint256 _required
confirmTransaction(uint256 transactionId
executeTransaction(uint256 transactionId
initialize(address[] _ownersuint256 _required
multiCall(struct MultiSigWalletImplementationCall[] calls
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 _implementationbytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors

This contract contains no error objects.