{
    "Function": "earn",
    "File": "contracts/mocks/ControllerMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function earn(address, uint256) external {\n        //do something for yield here in real contracts\n    }"
}