{
    "Function": "enterOI",
    "File": "contracts/interfaces/IOverlayV1Market.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC1155/IERC1155.sol",
        "node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function enterOI (\n        bool _isLong,\n        uint _collateral,\n        uint _leverage\n    ) external returns (\n        uint oiAdjusted_,\n        uint collateralAdjusted_,\n        uint debtAdjusted_,\n        uint fee_,\n        uint impact_,\n        uint pricePointNext_\n    );"
}