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

MixinConstants

MixinConstants

Constants are copied in the bytecode and not assigned a storage slot, can safely be added to this contract.

Inheriting from interface is required as we override public variables.

VERSION

string VERSION

Returns a string of the pool version.

Return Values

Name

Type

Description

_ACCEPTED_TOKENS_SLOT

bytes32 _ACCEPTED_TOKENS_SLOT

_APPLICATIONS_SLOT

bytes32 _APPLICATIONS_SLOT

_OPERATOR_BOOLEAN_SLOT

bytes32 _OPERATOR_BOOLEAN_SLOT

_POOL_ACCOUNTS_SLOT

_POOL_INIT_SLOT

_POOL_TOKENS_SLOT

_POOL_VARIABLES_SLOT

_TOKEN_REGISTRY_SLOT

_UNIV4_TOKEN_IDS_SLOT

_VIRTUAL_SUPPLY_SLOT

_DELEGATION_SLOT

_GMX_CALLBACK_SLOT

_ZERO_ADDRESS

_BASE_TOKEN_FLAG

_FEE_BASE

_MAX_SPREAD

_DEFAULT_SPREAD

_MAX_TRANSACTION_FEE

_MINIMUM_ORDER_DIVISOR

_SPREAD_BASE

_MAX_LOCKUP

_MIN_LOCKUP

Last updated