IRetirementBondAllocator
Functions
owner
function owner() external returns (address);
fundBonds
function fundBonds(address token, uint256 amount) external;
closeBonds
function closeBonds(address token) external;
updateBondContract
function updateBondContract(address _bondContract) external;
updateMaxReservePercent
function updateMaxReservePercent(uint256 _maxReservePercent) external;
maxReservePercent
function maxReservePercent() external view returns (uint256);
PERCENT_DIVISOR
function PERCENT_DIVISOR() external view returns (uint256);