Skip to content

CenterPriceShift ​

Git Source

solidity
struct CenterPriceShift {
uint256 lastInteractionTimestamp;
// REBALANCING RELATED THINGS
uint256 rebalancingShiftingTime;
uint256 maxCenterPrice;
uint256 minCenterPrice;
// CENTER PRICE SHIFT RELATED THINGS
uint256 shiftPercentage;
uint256 centerPriceShiftingTime;
uint256 startTimestamp;
}