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