IWstETH ​
Functions ​
stEthPerToken ​
Get amount of stETH for 1 wstETH
solidity
function stEthPerToken() external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | Amount of stETH for 1 wstETH |
tokensPerStEth ​
Get amount of wstETH for 1 stETH
solidity
function tokensPerStEth() external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | Amount of wstETH for 1 stETH |