Skip to content

Fork of openzeppelin TokenVesting contract for linear vesting based on timestamp.

License

Notifications You must be signed in to change notification settings

NftDAOProject/vesting-contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vesting Contracts

Fork of openzeppelin TokenVesting contract for linear vesting based on timestamp. The most important difference is that revoking vesting still allows the beneficiary to redeem their vested tokens up to the timestamp of the revocation. In the old contract if the beneficiary didn't call release before revoke, they would not be able to get any tokens after revoke was called.

The contract in this repo is a flattened variation of the TokenVesting contract from openzeppelin.

About

Fork of openzeppelin TokenVesting contract for linear vesting based on timestamp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%