Oracle
Retrieves underlying asset prices used for settling options.
setExternalOracle
function setExternalOracle(string[] calldata symbols, address[] calldata oracles_) external onlyOwner setFixPrice
function setFixPrice(string memory symbol, uint256 ts, uint256 price) external onlyOwner getPriceByExternal
_getPrice
getCOracle
_getPhaseIdFromRoundId
_getStartRoundId
_getPriceInPhase
Last updated
Was this helpful?