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

LpLocker

Verified contract

Active on Base with 0 txns
Deployed by via 0x8883dedd at 23090737
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
)
ERC-721
--

No transactions found for "LpLocker"


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