Skip to content

IStakedUSDe ​

vestingAmount ​

solidity
function vestingAmount() external view returns (uint256)

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

lastDistributionTimestamp ​

solidity
function lastDistributionTimestamp() external view returns (uint256)

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

totalAssets ​

solidity
function totalAssets() external view returns (uint256)

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