{
    "Function": "totalSupply",
    "File": "contracts/AuraLocker.sol",
    "Parent Contracts": [
        "contracts/Interfaces.sol",
        "node_modules/@openzeppelin/contracts-0.8/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts-0.8/utils/Context.sol",
        "node_modules/@openzeppelin/contracts-0.8/security/ReentrancyGuard.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "findEpochId",
        "totalSupplyAtEpoch"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function totalSupply() external view returns (uint256 supply) {\n        return totalSupplyAtEpoch(findEpochId(block.timestamp));\n    }"
}