WalletProxy
Verified contract
Proxy
Active on
Ethereum with 5 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
-
variable spans 9 additional slots
Balances ($74.79)
Native
Value
$74.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.030744 | $2,432.61 |
$74.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21059469 | 9 days ago | | | 0.0057443 | 0.00014401378 | |
| 20821333 | a month ago | | | 0.025 | 0.00056011991 | |
| 18184067 | a year ago | | | 0 | 0.0011248724 | |
| 15968010 | 2 years ago | | | 0 | 0.00087904800 | |
| 15966238 | 2 years ago | | | 0 | 0.0038088120 |
ABI
ABI objects
Getter at block 21124684
DOMAIN_SEPARATOR() view returns (bytes32)
0x6eb62ababf4da0f65013bf6c6df74fa46ecbd0a164b398cb17b05350d84e2537
blankOwner() view returns (address)
0xdd2a08a1c1a28c1a571e098914ca10f2877d9c97
getCreationTimestamp() view returns (uint64)
1657670334
getMasterCopy() view returns (address)
0x10443637df3e2d86b6a5717254e1e8844a84a2a3
getOwner() view returns (address)
0xbc786d5592c1a8e1881c0fd4e9f8ebc5b10e6008
priceOracle() view returns (address)
0xb124190942976431d8181fbe183e44584253da68
wallet() view returns (address owner, uint64 creationTimestamp, uint256 nonce, bool locked, address inheritor, uint32 inheritWaitingPeriod, uint64 lastActive, struct Quota quota)
(owner=0xbc786d5592c1a8e1881c0fd4e9f8ebc5b10e6008, creationTimestamp=1657670334, nonce=1668404316462, locked=false, inheritor=0x0000000000000000000000000000000000000000, inheritWaitingPeriod=0, lastActive=1668425735, quota=(0, 0, 0, 0, 0))
Read-only
getGuardians(bool includePendingAddition) view returns (struct Guardian[])
getWhitelistEffectiveTime(address addr) view returns (uint256)
isGuardian(address addr, bool includePendingAddition) view returns (bool)
isValidSignature(bytes32 signHash, bytes signature) view returns (bytes4 magicValue)
isWhitelisted(address addr) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events addGuardian(address guardian)
addGuardianWA(struct Approval approval, address guardian) returns (bytes32 approvedHash)
addToWhitelist(address addr)
addToWhitelistWA(struct Approval approval, address addr) returns (bytes32 approvedHash)
approveThenCallContract(address token, address to, uint256 amount, uint256 value, bytes data, bool forceUseQuota) returns (bytes)
approveThenCallContractWA(struct Approval approval, address token, address to, uint256 amount, uint256 value, bytes data) returns (bytes32 approvedHash, bytes returnData)
approveToken(address token, address to, uint256 amount, bool forceUseQuota)
approveTokenWA(struct Approval approval, address token, address to, uint256 amount) returns (bytes32 approvedHash)
callContract(address to, uint256 value, bytes data, bool forceUseQuota) returns (bytes)
callContractWA(struct Approval approval, address to, uint256 value, bytes data) returns (bytes32 approvedHash, bytes returnData)
changeDailyQuota(uint256 newQuota)
changeDailyQuotaWA(struct Approval approval, uint256 newQuota) returns (bytes32 approvedHash)
changeMasterCopy(struct Approval approval, address newMasterCopy) returns (bytes32 approvedHash)
executeMetaTx(address to, uint256 nonce, address gasToken, uint256 gasPrice, uint256 gasLimit, uint256 gasOverhead, address feeRecipient, bool requiresSuccess, bytes data, bytes signature) returns (bool)
inherit(address newOwner, bool removeGuardians)
initialize(address owner, address[] guardians, uint256 quota, address inheritor, address feeRecipient, address feeToken, uint256 feeAmount)
lock()
recover(struct Approval approval, address newOwner, address[] newGuardians) returns (bytes32 approvedHash)
removeFromWhitelist(address addr)
removeGuardian(address guardian)
removeGuardianWA(struct Approval approval, address guardian) returns (bytes32 approvedHash)
resetGuardians(address[] newGuardians)
resetGuardiansWA(struct Approval approval, address[] newGuardians) returns (bytes32 approvedHash)
selfBatchCall(bytes[] data)
setInheritor(address inheritor, uint32 waitingPeriod)
transferOwnership(address _owner)
transferToken(address token, address to, uint256 amount, bytes logdata, bool forceUseQuota)
transferTokenWA(struct Approval approval, address token, address to, uint256 amount, bytes logdata) returns (bytes32 approvedHash)
unlock(struct Approval approval) returns (bytes32 approvedHash)
This contract contains no event objects.
constructor(address _masterCopy)
fallback()
receive()
This contract contains no error objects.