StaticCenterPrice ​
Inherits:FluidCenterPrice
Title: Static Center price that returns a static price
ATTENTION: DO NOT USE THIS ON A LIVE DEX POOL. It can be used to set a center price but then this needs to be removed immediately again.
Constants ​
STATIC_PRICE ​
solidity
uint256 internal immutable STATIC_PRICEFunctions ​
constructor ​
solidity
constructor(string memory infoName_, uint256 staticPrice_) FluidCenterPrice(infoName_);centerPrice ​
solidity
function centerPrice() external view override returns (uint256 price_);
