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

MixinInitializer

MixinInitializer

BaseTokenDecimals

error BaseTokenDecimals()

PoolAlreadyInitialized

error PoolAlreadyInitialized()

onlyUninitialized

modifier onlyUninitialized()

initializePool

function initializePool() external

Initializes to pool storage.

Cannot be reentered as no non-view call is performed to external contracts. Unlocked is kept for backwards compatibility.

Last updated