Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 764 Bytes

OZ ERC20 Util TokenTimelock.md

File metadata and controls

21 lines (19 loc) · 764 Bytes

A token holder contract that will allow a beneficiary to extract the tokens after a given release time.

Useful for simple vesting schedules like "advisors get all of their tokens after 1 year".


Slide Screenshot

150.jpg


Slide Text

  • Token Holder Contract
  • Token Beneficiary -> Timed Release
  • Token Vesting -> Advisors/Team etc.
  • token, beneficiary
    • releaseTime -> release()

References


Tags