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

LpLocker

Verified contract

Active on Base with 6 txns
Deployed by via 0x1a0f178b at 23210358
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
)
ERC-721
--
0x7d15bfbc6cfae6fbf579777a0d78aaba95e8fb180c356c8bbd92654cbf5e074d
0xe1e2d2e30ae1b1d3e0927e378b392ff9f670ef5827571640dd3c4df8401f213d
0x3ed34354a2b17aa4a3b675116356ffb36e50c4695f137d78d28ad0f429485830
0xf5deb9199e3dd146543915821e8f03284b7862e13ef0f1355bd478402a587f99
0x59103a22f20a9d27ac36c2c34d83f6ffde1b3a6de4df829e3b473bfb0aaf2bdd
0x660bbeff1b5a868c18e9e74192a3631317c0812a299063c55b9b4508d58d368c

Functions
Getter at block 23625174
_fee(view returns (uint256)
60
_feeRecipient(view returns (address)
0x1eaf444ebdf6495c57ad52a04c61521bbf564ace
duration(view returns (uint256)
4132317178
end(view returns (uint256)
4132317178
owner(view returns (address)
0xaa66fc4433dfd254f05a720a8c8a2f1f2fbdcb58
version(view returns (string)
0.0.1
vestingSchedule(view returns (uint256)
2398277483
Read-only
_erc721Released(addressview returns (uint256)
released(address tokenview returns (uint256)
State-modifying
collectFees(address _recipientuint256 _tokenId
initializer(uint256 token_id
onERC721Received(addressaddress fromuint256 idbytes datareturns (bytes4)
release(
renounceOwnership(
transferOwnership(address newOwner
withdrawERC20(address _token
Events
ClaimedFees(address indexed claimeraddress indexed token0address indexed token1uint256 amount0uint256 amount1uint256 totalAmount1uint256 totalAmount0
ERC721Released(address indexed tokenuint256 amount
LockDuration(uint256 _time
LockId(uint256 _id
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Received(address indexed fromuint256 tokenId
Constructor
constructor(address tokenaddress beneficiaryuint64 durationSecondsuint256 feeaddress feeRecipient
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account