For the complete documentation index, see llms.txt. This page is also available as Markdown.

StorageLib

StorageLib

A library for extensions to access proxy pre-assigned storage slots.

APPLICATIONS_SLOT

bytes32 APPLICATIONS_SLOT

persistent storage slots, used to read from proxy storage without having to update implementation

DELEGATION_SLOT

bytes32 DELEGATION_SLOT

POOL_INIT_SLOT

bytes32 POOL_INIT_SLOT

POOL_TOKENS_SLOT

bytes32 POOL_TOKENS_SLOT

TOKEN_REGISTRY_SLOT

bytes32 TOKEN_REGISTRY_SLOT

UNIV4_TOKEN_IDS_SLOT

pool

delegation

activeTokensSet

uniV4TokenIdsSlot

activeApplications

isOwnedToken

Checks if a token is owned by the pool (base token or active token)

Parameters

Name
Type
Description

token

address

Token address to check

Return Values

Name
Type
Description

[0]

bool

True if token is base token or in active tokens set

Last updated