Function: addPendingReserves(uint256 amount)
Allows the caller who has access to the function to add more reserve tokens. The new tokens will be vested.
Inputs
amountConstraints: The caller should have enough number of
reserveTokens to transfer.Impact: The
amountwill increasependingReserves, andtotalReserves()is gradually increasing as the vesting period ends.
Branches and code coverage
Negative behavior
Non-whitelisted caller
amountis zero.