{
    "Function": "tokensUsed",
    "File": "contracts/staking/libs/Stakes.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeMath"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "add"
    ],
    "Low-Level Calls": [],
    "Code": "function tokensUsed(Stakes.Indexer memory stake) internal pure returns (uint256) {\n        return stake.tokensAllocated.add(stake.tokensLocked);\n    }"
}