fulcrum

// Solidity Interface

interface Fulcrum {
  function supplyInterestRate() external view returns (uint256);
}

Last updated