ValantisModulePrivate

Git Source

Inherits: ValantisModule, IArrakisLPModulePrivate

Functions

constructor

constructor(address guardian_) ValantisModule(guardian_);

fund

deposit function for private vault.

function fund(
    address depositor_,
    uint256 amount0_,
    uint256 amount1_
) external payable onlyMetaVault whenNotPaused nonReentrant;

Parameters

NameTypeDescription
depositor_addressaddress that will provide the tokens.
amount0_uint256amount of token0 that depositor want to send to module.
amount1_uint256amount of token1 that depositor want to send to module.