{
    "Function": "_increaseSpartaAllocation",
    "File": "contracts/Dao.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "iBASE"
    ],
    "Internal Calls": [
        "completeProposal"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _increaseSpartaAllocation(uint _proposalID) internal {\n        uint256 _2point5m = 2.5*10**6*10**18; //_2.5m\n        iBASE(BASE).mintFromDAO(_2point5m, address(this)); // Mint SPARTA and send to DAO to hold\n        completeProposal(_proposalID); // Finalise the proposal\n    }"
}