IStETH
Inherits: IERC20
Title: IStETH
Minimal interface for Lido's stETH.
Functions
submit
Send funds to the Lido pool with the optional referral parameter and mints stETH.
The amount of stETH minted equals the amount of ETH sent.
function submit(address referral) external payable returns (uint256 amount);
Parameters
| Name | Type | Description |
|---|---|---|
referral | address | The referral address can be zero. |
Returns
| Name | Type | Description |
|---|---|---|
amount | uint256 | The amount of stETH minted. |