Skip to content

IStakedUSDe ​

Git Source

Inherits: IERC4626

Functions ​

vestingAmount ​

The amount of the last asset distribution from the controller contract into this contract + any unvested remainder at that time

solidity
function vestingAmount() external view returns (uint256);

lastDistributionTimestamp ​

The timestamp of the last asset distribution from the controller contract into this contract

solidity
function lastDistributionTimestamp() external view returns (uint256);

totalAssets ​

Returns the amount of USDe tokens that are vested in the contract.

solidity
function totalAssets() external view returns (uint256);