AbdelStark / token-vesting-contracts

ERC20 token vesting smart contracts 💰⏳
Apache License 2.0
193 stars 135 forks source link

Vesting with inclusion of Cliff duration #101

Open MisterDefender opened 3 months ago

MisterDefender commented 3 months ago

This PR contains Fix for inclusion of cliff duration in complete vesting duration.

Use unchecked block: unchecked for arithmetic operations can save gas by skipping overflow checks. Since we are just incrementing a count, and assuming the vesting count will not reach near the uint256 limit, you can safely use unchecked.