{
    "Function": "calculate_emission",
    "File": "contracts/contracts/Minter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IVelo"
    ],
    "Internal Calls": [
        "circulating_supply"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calculate_emission() public view returns (uint) {\n        return weekly * EMISSION * circulating_supply() / PRECISION / _velo.totalSupply();\n    }"
}