fulcrum
// Solidity Interface
interface Fulcrum {
function supplyInterestRate() external view returns (uint256);
}
Last updated
Was this helpful?
// Solidity Interface
interface Fulcrum {
function supplyInterestRate() external view returns (uint256);
}
Last updated
Was this helpful?