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

LpLocker

Verified contract

Active on Base with 11 txns
Deployed by via 0x8a0aee66 at 23372630
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
)
ERC-721
--
0x5649502010c49c258afc6602735addaa8681f16ad64b02c336a1c9cbefde86b2
0xd67940348b7a9c5be4f1de9748ba263e920c65d2166ff34a40d96ed2666bd3b4
0x26929518bfc846031699efeb5d4cdf8fe517d0c702c347539d13db900073002b
0xa2b39bcf12f45aada4f4cd606f53f755d06886b0d0503184c760c287e59ee9c6
0xf170b0c2f7f8e8ba744a6e95ba6ce9527b339d5b02a572911d8572c13990f4ed
0x26aca8648a6435f4cea3fccf8ad2453862d461cc5f43e3894ed5c77d96e14dcc
0x2fd4fcc2d0157a570b5f23e4e5bde8719a8ce6f5b3073bbe60d6d461300f4fcd
0xf9d227a643a05d74707fe20fe427dfa209d3815de93149b2597665b04e7e3959
0x3f31cb0e7b0434b3ac062d003ab3c10a7258a552318074f12a03c75c4b5adc7b
0xef907d197bf659353847e0a5cc50f7e2c16bfaa1c186d25520ebc16b94f8b359

Functions
Getter at block 23927041
_fee(view returns (uint256)
60
_feeRecipient(view returns (address)
0x1eaf444ebdf6495c57ad52a04c61521bbf564ace
duration(view returns (uint256)
4132317178
end(view returns (uint256)
4132317178
owner(view returns (address)
0x2f60d2bb84eb8df6951f7215ef035ef052ba2725
version(view returns (string)
0.0.1
vestingSchedule(view returns (uint256)
2397673749
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