{
    "Function": "constructor",
    "File": "contracts/test/MockCurve.sol",
    "Parent Contracts": [
        "contracts/interfaces/ICurve.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(IERC20 _poolToken, IERC20[] memory _tokens) {\n        poolToken = _poolToken;\n        tokens = _tokens;\n    }"
}