/** * @notice Get amount of underlying asset for a given amount of shares. */functiongetValueByShares(uint256 shares) externalviewreturns (uint256 value);
Decimals of values
/** * @notice Get the decimals of the values. */functiongetOracleDecimals() externalviewreturns (uint8);
Contract address of LST Oracle
/** * @notice Get the address of LST Oracle. */functiongetOracle() publicviewreturns (address);