
Wrapped ETH (Base)
0x4200...0006ERC20stablecoin
Contract Level Prompt
Foundational semantic layer for AI interpretation.
Official wrapped ETH smart contract for the Base L2 network. Provides liquidity for most major DEXs and decentralized lending protocols on the Base network like Uniswap and Aave. You can get WETH by calling `deposit` and sending ETH in the `value` field of of your transaction to this smart contract; this will deposit the WETH token into your calling account.
Convert your WETH back into native ETH by calling `withdraw`.
withdraw()
nonpayableFunctional Prompt
Convert some of your WETH tokens back into native ETH on Base L2.
Input Parameters
input
amountunknown
The amount of your WETH you will convert back into ETH.
Output Parameters
No output parameters.