CenterPriceShift ​
solidity
struct CenterPriceShift {
uint256 lastInteractionTimestamp;
uint256 rebalancingShiftingTime;
uint256 maxCenterPrice;
uint256 minCenterPrice;
uint256 shiftPercentage;
uint256 centerPriceShiftingTime;
uint256 startTimestamp;
}