createPool

This method creates a Pool for a given ERC20 token.

Function

function createPool(
    address _token
) external returns (address pool);

Parameters

_token

The token address of an ERC20 token

Return values

pool

The address of the created Pool

Last updated