QuadraticTimelockedDelegator
IVotingToken
Functions
delegate
Parameters
Name
Type
Description
delegatee
address
QuadraticTimelockedDelegator
allows the timelocked tokens to be delegated by the beneficiary while locked
Functions
constructor
QuadraticTimelockedDelegator constructor
Parameters
Name
Type
Description
_token
address
the token address
_beneficiary
address
admin, and timelock beneficiary
_duration
uint256
duration of the token timelock window
_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
acceptBeneficiary
accept beneficiary role over timelocked ZEN
delegate
delegate all held ZEN to the to
address
Parameters
Name
Type
Description
to
address
Last updated