initialize

This method gets called once by the factory contract at time of deployment.

Function

function initialize(
    address _token, 
    address _dexfaiFactory
) external;

Parameters

ParameterDescription

_token

The ERC20 token address of the pool.

_dexfaiFactory

The Factory of the pool.

Last updated