{
    "Function": "allocate",
    "File": "contracts/staking/libs/Stakes.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeMath"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "add"
    ],
    "Low-Level Calls": [],
    "Code": "function allocate(Stakes.Indexer storage stake, uint256 _tokens) internal {\n        stake.tokensAllocated = stake.tokensAllocated.add(_tokens);\n    }"
}