Wrapped ETH (Arbitrum)

Wrapped ETH (Arbitrum)

0x82aF...Bab1ArbitrumArbitrum
DeFiWETHStablecoin

Contract Level Prompt

Foundational semantic layer for AI interpretation.

psychology
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

input
recipientaddress

The account to transfer WETH to.

input
amountuint256

The amount of WETH to transfer.

Output Parameters

output
successbool

Did the transaction succeed.