constants

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

_POOL_INIT_SLOT

bytes32 _POOL_INIT_SLOT

_POOL_VARIABLES_SLOT

bytes32 _POOL_VARIABLES_SLOT

_POOL_TOKENS_SLOT

bytes32 _POOL_TOKENS_SLOT

_POOL_ACCOUNTS_SLOT

_FEE_BASE

_INITIAL_SPREAD

_MAX_SPREAD

_MAX_TRANSACTION_FEE

_MINIMUM_ORDER_DIVISOR

_SPREAD_BASE

_MAX_LOCKUP

_MIN_LOCKUP

_TRANSFER_FROM_SELECTOR

_TRANSFER_SELECTOR

Last updated