DexState ​
solidity
struct DexState {
    DexVariables dexVariables;
    CenterPriceShift centerPriceShift;
    RangeShift rangeShift;
    ThresholdShift thresholdShift;
}
