{
    "Function": "checkpoint_token",
    "File": "contracts/contracts/RewardsDistributor.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_checkpoint_token",
        "assert(bool)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function checkpoint_token() external {\n        assert(msg.sender == depositor);\n        _checkpoint_token();\n    }"
}