
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
input
recipientaddress
The account to transfer WETH to.
input
amountuint256
The amount of WETH to transfer.
Output Parameters
output
successbool
Did the transaction succeed.