Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
error EthTransferFailed()
error OnlyWethCanSendEth()
error RemainingEth()
error SlippageExceeded()
contract IWETH WETH
constructor(address wethAddress) public
function deposit(address pool, address receiver, uint256 minSharesOut) external payable returns (uint256 shares)
function mint(address pool, address receiver, uint256 minSharesOut) external payable returns (uint256 shares)
function withdraw(address pool, uint256 assets, address receiver, uint256 maxSharesIn) external virtual returns (uint256 shares)
function redeem(address pool, uint256 shares, address receiver, uint256 minAssetsOut) external virtual returns (uint256 assets)
function safeTransferETH(address to, uint256 value) internal
receive() external payable
Was this page helpful?