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