MultiSigWalletProxy

Verified contract

Proxy

Active on Ethereum with 3,356 txns
Deployed by via 0xba63e00c at 18481700
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $834,260.88
0xb889675b17b14ae9c2a8bdb8bd356d7c8067dbc1fa4fdb5cc5698027a0563714
0x405dc14b7220cc22c159cf5f9d31545561de97cc9fe31d2e0fa7b3396183fe89
0xaaf9e577b7d22fa5ef18e04baacaa03473f094a6a34cb7c7543a7268ac2433e0
0x2d797469e3c2013fcacc158aded09d70feac1757e394678260d2586d653fdd77
0x252adad15d0ce66ac7047ead23392ab52fe9aa09bd1b5ef096203cd3bb9ec2b2
0x6537909e4086bab534e03529f414d15ea585d895efb7f2f306f273b88ea4587a
0xf690158b2498333d6ed54a473b401124b1ff38eac106edb3b042a8ba8ea3fe66
0xbfd9895843ff552426a2c514d90dbdc036b8eb38707adc81966d4987ec054dbe
0xf040f5f5565233cf7c67b6dc211495ef07141ce12c96af4dc605674a56006e4d
0x2c02d51c7c757b6251c9f37f2d324d7b20e4636ce3fa63e860d1025fc474a56d

Functions
Getter at block 21241505
implementation(view returns (address)
0x2cf26caf5f1b457de18c19a08c6597943aa246b2
DOMAIN_SEPARATOR(view returns (bytes32)
0x98a0a32c3455e116e0100ac13f5acd7f9306356a179d05cbac6ac0d4ad1e5467
MAX_OWNER_COUNT(view returns (uint256)
50
getOwners(view returns (address[])
[0x3b5e729537A607480F64e97658e678DF03Aab4bE, 0x685AC8aee5Ad107929B1e9EF2Af2075Cc5bA187d, 0x6B46a856522310Fa24b3D06286593D042b36eB61, 0x6dE00e0fc9A7673208eFb1653A086fA51dCBc4bc, 0x73194d6c6dF7b4295d9B84c941B929cbcb2e657b, 0xA63F89DF6154429A60f59069659ba881036Fd5B5, 0xcBF74d4a780397CCA5619773F415297AeBCdA411, 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.