Structures
Data Structures used in VirtuSwap Tokenomics contracts
Last updated
Data Structures used in VirtuSwap Tokenomics contracts
Last updated
The Stake structure represents a single VRSW staking/locking position
Contains the following members:
startTs - start time of the staking position
lockDuration - lock duration of the current posisiton (0 if position is not locked)
discountFactor - discount factor for the current position equals exp(lockDuration * r). Used in formula (3) in
amount - amount of tokens staked in the current position
The Stake structure represents a single LP token staking position