{
    "Function": "set",
    "File": "contracts/interfaces/IIndexTemplate.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function set(\n        uint256 _index,\n        address _pool,\n        uint256 _allocPoint\n    ) external;"
}