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

BoostedPositionDeployerDynamic

Functions

deploy

function deploy(
    string memory name,
    string memory symbol,
    IMaverickV2Pool pool,
    uint8 kind,
    uint32 binId,
    uint256 tokenAScale,
    uint256 tokenBScale
) external returns (IMaverickV2BoostedPosition boostedPosition);

Last updated