LinearTimelockedDelegator
Last updated
Last updated
Parameters
Name | Type | Description |
---|---|---|
allows the timelocked tokens to be delegated by the beneficiary while locked
LinearTimelockedDelegator constructor
Parameters
accept beneficiary role over timelocked ZEN
_setBeneficiary internal call checks msg.sender == pendingBeneficiary
delegate all held ZEN to the to
address
Parameters
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
delegatee
address
_beneficiary
address
admin, and timelock beneficiary
_duration
uint256
duration of the token timelock window
_token
address
the token address
_cliff
uint256
the seconds before first claim is allowed
_clawbackAdmin
address
the address which can trigger a clawback
_startTime
uint256
the unix epoch for starting timelock. Use 0 to start at deployment
to
address