Last updated 1 year ago
This method creates a Pool for a given ERC20 token.
function createPool( address _token ) external returns (address pool);
_token
The token address of an ERC20 token
pool
The address of the created Pool