Constants ​
State Variables ​
RATE_PRECISION ​
precision decimals for rewards rate
solidity
uint256 internal constant RATE_PRECISION = 1e12SECONDS_PER_YEAR ​
solidity
uint256 internal constant SECONDS_PER_YEAR = 365 daysMAX_RATE ​
maximum rewards rate is 50%. no config higher than this should be possible.
solidity
uint256 internal constant MAX_RATE = 50 * RATE_PRECISIONSTART_TVL ​
tvl below which rewards rate is 0
solidity
uint256 internal immutable START_TVLCONFIGURATOR ​
address which has access to manage rewards amounts, start time etc.
solidity
address internal immutable CONFIGURATORFTOKEN ​
address of the fTokens where these rewards are supposed to be set
solidity
address public immutable FTOKENFTOKEN2 ​
solidity
address public immutable FTOKEN2FTOKEN3 ​
solidity
address public immutable FTOKEN3
