LIQ Locker
Lock LIQ tokens for a fixed period of 16 (up to 17 weeks with rounding)
Lock an _amount
tokens for an _account
for 16 weeks
function lock(address _account, uint256 _amount) external
Delegate votes from the sender to newDelegatee
function delegate(address newDelegatee) external
Get rewards for an _account
, can optionally stake liqLIT reward into liqLIT reward pool
function getReward(address _account, bool _stake) public
Last updated