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

LpLocker

Verified contract

Active on Base with 8 txns
Deployed by via 0xabc1f92a at 23356368
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
)
ERC-721
--
0xb0fb25281467c3217be09381a4ab4ac59c6b8f709b541bc3f61d8a17f44f5ef3
0xb250cd05c9d7ce63e5252004f74656bd4773d8b29906172ddf98aa5692669569
0x0bdc2f023c864fb7c5748a5fce69ffd0d2f9463efdcd7a457d7028fb5d03d46a
0x9aa893a3f82e86f74cded78bca65c57619035631a9ecf76aabe6c0fb1021111d
0x3840ec6231576f6d2372a7f6017ec8e51688c8f87a6c1832451a22f514104856
0xe56d25cf50b5d1e707cc93a24667fcb275ae92b4e994f8dccb6f45851ebcc5e0
0x387af68e24c55d1a64678407fca6bcd0e7f8d18488642f9435ca21e27978e9ba
0x2214b389b01a5764abfc284237f352159d390e619a3ca31c8a9caa40fcaa685f

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