QuadraticTimelockedDelegator

IVotingToken

Functions

delegate

function delegate(
    address delegatee
) external

Parameters

NameTypeDescription

delegatee

address

QuadraticTimelockedDelegator

allows the timelocked tokens to be delegated by the beneficiary while locked

Functions

constructor

function constructor(
    address _token,
    address _beneficiary,
    uint256 _duration,
    uint256 _cliff,
    address _clawbackAdmin,
    uint256 _startTime
) public

QuadraticTimelockedDelegator constructor

Parameters

NameTypeDescription

_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

function acceptBeneficiary() public

accept beneficiary role over timelocked ZEN

delegate

function delegate(
    address to
) public

delegate all held ZEN to the to address

Parameters

NameTypeDescription

to

address

Last updated