ISablierBobAdapter
Inherits: IComptrollerable, IERC165
Title: ISablierBobAdapter
Base interface for adapters used by the SablierBob protocol for generating yield.
Functions
MAX_FEE
Returns the maximum yield fee, denominated in UD60x18, where 1e18 = 100%.
This is a constant state variable.
function MAX_FEE() external view returns (UD60x18);
SABLIER_BOB
Returns the address of the SablierBob contract.
This is an immutable state variable.
function SABLIER_BOB() external view returns (address);
feeOnYield
Returns the current global fee on yield for new vaults, denominated in UD60x18, where 1e18 = 100%.
function feeOnYield() external view returns (UD60x18);