{
    "Function": "currentBlockPositionsLong",
    "File": "contracts/interfaces/IOverlayV1OVLCollateral.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 currentBlockPositionsLong (\n        address market,\n        uint leverage\n    ) external view returns (\n        uint positionId\n    );"
}