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