TokenTimelock
Functions
constructor
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 | |
| uint256 | |
| address | |
| address |
release
releases amount
unlocked tokens to address to
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 |
releaseMax
releases maximum unlocked tokens to address to
Parameters
Name | Type | Description |
---|---|---|
| address |
totalToken
the total amount of tokens held by timelock
alreadyReleasedAmount
amount of tokens released to beneficiary
availableForRelease
amount of held tokens unlocked and available for release
setPendingBeneficiary
current beneficiary can appoint new beneficiary, which must be accepted
Parameters
Name | Type | Description |
---|---|---|
| address |
acceptBeneficiary
pending beneficiary accepts new beneficiary
clawback
passedCliff
_proportionAvailable
Parameters
Name | Type | Description |
---|---|---|
| uint256 | |
| uint256 | |
| uint256 |
_setBeneficiary
Parameters
Name | Type | Description |
---|---|---|
| address |
_setLockedToken
Parameters
Name | Type | Description |
---|---|---|
| address |
_release
Parameters
Name | Type | Description |
---|---|---|
| address | |
| uint256 |
Last updated