MultiSigWalletProxy
Verified contract
Proxy
Active on
Ethereum with 1,710 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,156,734.95)
Native
Value
$1,156,734.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 350.237062 | $3,302.72 |
$1,156,734.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244433 | an hour ago | | | 0.027633283 | 0.00046060490 | |
| 21243472 | 5 hours ago | | | 0.040173999 | 0.00036679167 | |
| 21242693 | 7 hours ago | | | 0.15066592 | 0.00029288359 | |
| 21241010 | 13 hours ago | | | 0.023803696 | 0.00027876248 | |
| 21238838 | 20 hours ago | | | 0.061220592 | 0.00039449921 | |
| 21236903 | a day ago | | | 0.046326369 | 0.00081626780 | |
| 21235804 | a day ago | | | 0.051297231 | 0.00032106014 | |
| 21234855 | a day ago | | | 0.023485711 | 0.00022818441 | |
| 21233655 | 2 days ago | | | 0.028166775 | 0.00025133587 | |
| 21233487 | 2 days ago | | | 0.020964901 | 0.00025522883 |
ABI
ABI objects
Getter at block 21244821
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(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
getTransactionMessage(struct MultiSigWalletImplementationTransaction transaction) view returns (bytes32)
hashTransaction(struct MultiSigWalletImplementationTransaction transaction) pure returns (bytes32)
isConfirmed(uint256 transactionId) view returns (bool status)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (uint256 nonce, address destination, uint256 value, bytes data, bool executed)
txNonces(bytes32) view returns (bool)
State-modifying
Events addOwner(address owner)
batchSignature(struct MultiSigWalletImplementationTransaction txn, struct MultiSigWalletImplementationSignature[] sortedSignatures) returns (bool isOK)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
initialize(address[] _owners, uint256 _required)
multiCall(struct MultiSigWalletImplementationCall[] calls)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
constructor(address _implementation, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.