add comments

This commit is contained in:
owen05
2021-12-20 17:43:23 +08:00
parent 28bae5945c
commit 9b0e61ec8b
4 changed files with 18 additions and 23 deletions

View File

@@ -61,6 +61,8 @@ contract Vesting is Storage {
}
}
// ============ Internal Function ============
function _claimToken(address to, uint256 totalAllocation) internal {
uint256 remainingToken = DecimalMath.mulFloor(
getRemainingRatio(block.timestamp,0),