{
    "Function": "explanation",
    "File": "src/contracts/strategies/StrategyWrapper.sol",
    "Parent Contracts": [
        "src/contracts/interfaces/IStrategy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function explanation() external pure override returns (string memory) {\n        return \"Wrapper Strategy to simply store tokens. Assumes fixed 1-to-1 share-underlying exchange.\";\n    }"
}