Skip to main content
String
Attribution registry entity id, e.g. uncx or burn:0x.... Null when the position holds itself.
String
Registry display name, when known.
LiquidityLockProtocol
The locking protocol, where the entity maps onto the enum. Null for lockers the enum cannot name. See LiquidityLockProtocol
String!
The amount of liquidity locked, raw units.
Boolean!
True when the lock can never be withdrawn.
String
The unix timestamp for when the lock expires, in seconds as a string — lock dates can exceed the 32-bit range. Null for permanent locks.
Boolean
True when several holders name the same liquidity; count it once.

Used By

Returned by
  • liquidityLocksV2: Returns locked liquidity for a pair or token, read from current on-chain state. Vesting is matured at read time, so an expired lock stops counting.
Last modified on September 1, 2026