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