PoolDeployer

Git Source

Library containing the logic to deploy a pool contract.

Functions

createPool

Deploys a new pool contract.

function createPool(
    address configurator_,
    address asset_,
    string memory name_,
    string memory symbol_
)
    public
    returns (address pool_);

Last updated