Wrapped ETH (Arbitrum)

Wrapped ETH (Arbitrum)

0x82aF...Bab1ArbitrumArbitrum
DeFiWETHStablecoin

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()

nonpayable

Functional 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.