Checks
Last updated
Last updated
Inherits:
Function to check if the price of a pool is within specified bounds.
Parameters
pool
IMaverickV2Pool
The MaverickV2Pool contract to check.
minSqrtPrice
uint256
The minimum acceptable square root price.
maxSqrtPrice
uint256
The maximum acceptable square root price.
Function to check if a given deadline has passed.
Parameters
deadline
uint256
The timestamp representing the deadline.