📄️ Lido contract addresses
📄️ Stake
Call
📄️ Wrap
Calls
📄️ Withdraw
Call
📄️ (w)stETH
stETH and wstETH tokens functionality is presented trough modules with same ERC20 interface that exposes balances, allowances, transfers and ERC2612 permits signing.
📄️ unstETH NFT
This modules exposes NFT functionality of Lido Withdrawal Request NFT.
📄️ Shares
This module exposes methods of Lido(stETH) contract that allow interaction with underlying shares mechanism with interface similar to ERC20. You can query balance, transfer and convert values between shares and stETH. It's best used for tracking balances and performing operations in values unchanged by rebases.
📄️ Lido statistics
APR
📄️ Lido events
Rebase
📄️ Rewards
This module allows you to query historical rewards data for given address via chain events or subgraph.
📄️ L2
Modules exposes Lido MultiChain deployments. See full info here.