IMigrationAdapter
Functions
USDC
function USDC() external view returns (address);
metaMorphoVault
function metaMorphoVault() external view returns (address);
principalDeposited
function principalDeposited() external view returns (uint256);
totalUnderlying
function totalUnderlying() external view returns (uint256);
withdrawUnderlying
function withdrawUnderlying(uint256 amount) external returns (uint256);
harvestYieldToVault
function harvestYieldToVault() external returns (uint256);
depositUnderlying
function depositUnderlying(uint256 amount) external returns (uint256);