Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 209 Bytes

File metadata and controls

15 lines (11 loc) · 209 Bytes

fulcrum

{% tabs %} {% tab title="Fulcrum.sol" %}

// Solidity Interface

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

{% endtab %} {% endtabs %}