Contract Reference
This section maps the user-facing write and read interfaces to their detailed reference pages.
V2 Locker
Write Functions
lockLPToken, relock, withdraw, incrementLock, splitLock, and transferLockOwnership are documented in V2 Locker.
Read Functions
Lock records, token and user enumeration, fee-whitelist queries, and public configuration getters are documented in V2 Locker.
V3 Locker
Write Functions
lock, collect, collectBatchPreview, liquidity management, relocking, withdrawal, collector settings, and two-step lock ownership transfer are documented in V3 Locker.
Read Functions
Lock records, user enumeration, fee queries, Position Manager allowlist status, and public configuration getters are documented in V3 Locker.
FullRangeConvertorV2
Use convertToFullRangeAndLock to convert a V3 ranged position into a full-range position and lock it atomically. The helper queries are getRangeAndMaxTick and tickSpacingToMaxTick. See Range Converter.