{
    "Function": "slingshotPing",
    "File": "contracts/module/ISlingshotModule.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function slingshotPing() public pure returns (bool) {\n        return true;\n    }"
}