Overview

  • name: IMorphoOracle
  • path: morpho/IMorphoOracle.sol
  • context: morpho
  • tags: morpho, oracle, defi, interface
  • title: IMorphoOracle
  • notice: Interface for oracles used by Morpho Blue
  • dev: It is the user’s responsibility to select markets with safe oracles

Function signatures

price()

ABI

[
  {
    "inputs": [],
    "name": "price",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]