{
    "Function": "active",
    "File": "contracts/SherClaim.sol",
    "Parent Contracts": [
        "contracts/interfaces/ISherClaim.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function active() public view returns (bool) {\n    return block.timestamp >= claimableAt;\n  }"
}