Skip to main content

IStETH

Git Source

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

NameTypeDescription
referraladdressThe referral address can be zero.

Returns

NameTypeDescription
amountuint256The amount of stETH minted.