AbdelStark / token-vesting-contracts

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

Question : what's the purpose of slicePeriodSeconds in struct VestingSchedule. #7

Closed buvanesh2807 closed 2 years ago

AbdelStark commented 2 years ago

It is used to configure the size of the atomic period of the vesting. For example to be able to create a daily, monthly, ... schedule. If you set it to 1 the vesting will be linear second by second.