{
    "Function": "constructor",
    "File": "contracts/mock/MockYearnV2.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/ERC20.sol",
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(string memory name, string memory symbol, IERC20 _underlying) public ERC20(name, symbol) {\n        underlying = _underlying;\n    }"
}