Last updated 1 year ago
This method gets called once by the factory contract at time of deployment.
function initialize( address _token, address _dexfaiFactory ) external;
_token
The ERC20 token address of the pool.
_dexfaiFactory
The Factory of the pool.