Skip to main content

ButtonwoodOracleLibrary

Functions

currentBlockTimestamp

function currentBlockTimestamp() internal view returns (uint32);

currentCumulativePrices

function currentCumulativePrices(address pair)
internal
view
returns (uint256 price0Cumulative, uint256 price1Cumulative, uint32 blockTimestamp);