{
    "Function": "active",
    "File": "contracts/SherBuy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "ISherClaim"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function active() public view returns (bool) {\n    // The claim contract will become active once the liquidity event is inactive\n    return block.timestamp < sherClaim.claimableAt();\n  }"
}