Liquis Documentation
Developer Docs
Developer Docs
  • Developer Documentation
  • Smart Contracts
    • 🧙‍♂️Core
      • BaseRewardPool4626
      • CrvDepositor
      • LIQ Locker
      • Booster
    • 🦸Peripheral
      • LitDepositorHelper
      • FlashOptionExerciser
      • PooledOptionsExerciser
      • ClaimFeesHelper
      • BoosterHelper
      • LiquisClaimZap
      • LiquisViewHelpers
    • 👷‍♂️Diagrams
    • 💰vAPR
      • 🤩oLIT Rewards
      • 🌊LIQ Rewards
      • ⚡Swap APR
      • 🚀liqLIT Rewards
    • 😎vlLIQ
      • 📈Rewards
      • 💸Bribes
Powered by GitBook
On this page
  1. Smart Contracts
  2. Core

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

PreviousCrvDepositorNextBooster

Last updated 1 year ago

🧙‍♂️