
Wrapped ETH (Arbitrum)
0x82aF...Bab1DeFiWETHStablecoin
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the Wrapped ETH smart contract for the Arbitrum network. This token converts 1-to-1 for native ETH.
transfer()
nonpayableFunctional Prompt
Transfers Arbitrum WETH from the calling account to the `recipient` account.
Input Parameters
recipientaddress
The account to transfer WETH to.
amountuint256
The amount of WETH to transfer.
Output Parameters
successbool
Did the transaction succeed.