{
    "Function": "checkTransferRestriction",
    "File": "src/LiquidityPool.sol",
    "Parent Contracts": [
        "src/interfaces/IERC4626.sol",
        "src/interfaces/IERC20.sol",
        "src/util/Auth.sol"
    ],
    "High-Level Calls": [
        "TrancheTokenLike"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function checkTransferRestriction(address from, address to, uint256 value) public view returns (bool) {\n        return share.checkTransferRestriction(from, to, value);\n    }"
}