Token Timelock
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".
Methods
beneficiary
Returns
Name
Type
Description
_0
address
the beneficiary of the tokens.
release
Transfers tokens held by timelock to beneficiary.
releaseTime
Returns
Name
Type
Description
_0
uint256
the time when the tokens are released.
token
Returns
Name
Type
Description
_0
contract IERC20
the token being held.
Last updated