{
    "Function": "deploy_plain_pool",
    "File": "src/interfaces/Curve/IStableNGFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function deploy_plain_pool(\n        string memory _name,\n        string memory _symbol,\n        address[] memory _coins,\n        uint256 _A,\n        uint256 _fee,\n        uint256 _offpeg_fee_multiplier,\n        uint256 _ma_exp_time,\n        uint256 _implementation_idx,\n        uint8[] memory _asset_types,\n        bytes4[] memory _method_ids,\n        address[] memory _oracles\n    ) external returns (address);"
}