Structs ​
Structs ​
LimitCheckPoints ​
solidity
struct LimitCheckPoints {
uint256 tvlCheckPoint1; // e.g. 20M
uint256 expandPercentUntilCheckPoint1; // e.g. 25%
uint256 tvlCheckPoint2; // e.g. 30M
uint256 expandPercentUntilCheckPoint2; // e.g. 20%
uint256 tvlCheckPoint3; // e.g. 40M
uint256 expandPercentUntilCheckPoint3; // e.g. 15%
uint256 expandPercentAboveCheckPoint3; // e.g. 10%
}
