0xce4fabf79b0ba5e6ffe567b14a0206c51c4bbb0c
Unverified contract
Proxy
Active on
Base with 3 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 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLP | ERC-20 | 0.328485 | -- | -- | |
SLP | ERC-20 | 0.000015 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11825956 | 8 months ago | | | 0 | 0.0000080365131 | |
| 6346063 | a year ago | | | 0 | 0.000000000034004500 | |
| 6345909 | a year ago | | | 0 | 0.000000005822211654 |
ABI
ABI objects
Getter at block 22825193 checkBalances() view returns (bool validity)
LOCK_TYPEHASH() view returns (bytes32)
0x99f44e6d92879b0ecb41f31dfd2375411849ee710a4f55d3d17a6d02659b2415
RAGEQUIT_GAS() view returns (uint256)
500000
UNLOCK_TYPEHASH() view returns (bytes32)
0x8d081d812ea189de0af9ba525d04569d14ba76f44bb76dd835c0e6b4420ba59d
getLockSetCount() view returns (uint256 count)
2
getNonce() view returns (uint256 nonce)
6
nft() view returns (address nftAddress)
0x40292d35b48ff625c648c2a7f0c9e42cd07cd0b0
owner() view returns (address ownerAddress)
0x7ab62f39b074cb376c3aa4a37dfd0606b566fbfe
Read-only
calculateLockID(address delegate, address token) pure returns (bytes32 lockID)
getBalanceDelegated(address token, address delegate) view returns (uint256 balance)
getBalanceLocked(address token) view returns (uint256 balance)
getLockAt(uint256 index) view returns (struct IUniversalVaultLockData lockData)
getPermissionHash(bytes32 eip712TypeHash, address delegate, address token, uint256 amount, uint256 nonce) view returns (bytes32 permissionHash)
isValidSignature(bytes32 permissionHash, bytes signature) view returns (bytes4)
State-modifying
Events initialize()
initializeLock()
lock(address token, uint256 amount, bytes permission)
rageQuit(address delegate, address token) returns (bool notified, string error)
transferERC20(address token, address to, uint256 amount)
transferETH(address to, uint256 amount) payable
unlock(address token, uint256 amount, bytes permission)
Locked(address delegate, address token, uint256 amount)
RageQuit(address delegate, address token, bool notified, string reason)
Unlocked(address delegate, address token, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.