> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-smart-contract-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-smart-contract-documentation/interfaces/iwsteth.md).

# IWstETH

## Overview

#### License: MIT

```solidity
interface IWstETH
```

## Functions info

### stEthPerToken (0x035faf82)

```solidity
function stEthPerToken() external view returns (uint256)
```

Get amount of stETH for a one wstETH

Return values:

| Name | Type    | Description                  |
| ---- | ------- | ---------------------------- |
| \[0] | uint256 | Amount of stETH for 1 wstETH |
