// Solidity Interface interface Fulcrum { function supplyInterestRate() external view returns (uint256); }
Last updated 4 years ago