WETH

Base ERC-20 Token

0x4200000000000000000000000000000000000006

Solidity v0.5.17+commit.d19bba13

Fungible token following the ERC-20 standard.

🤖
Query this contract from your AI
Reference: 0x4200000000000000000000000000000000000006
Sample prompt: "Tell me the current state of base/0x4200000000000000000000000000000000000006"
No AI wired up yet? → mcp.smarts.md

Admin & Risk

Who can change the rules?

No admin risk controls detected from the verified ABI.

Overview

Read Functions
6
Write Functions
5
Events
4

Read Functions

Block #46,487,460 · just now
allowance(address, address) view

Parameters

Name Type Description
address
address

Returns

Name Type Description
uint256
balanceOf(address) view

Parameters

Name Type Description
address

Returns

Name Type Description
uint256
decimals() view → 18

Returns

Name Type Description
uint8
name() view → Wrapped Ether

Returns

Name Type Description
string
symbol() view → WETH

Returns

Name Type Description
string
totalSupply() view → 279,122.15 WETH

Returns

Name Type Description
uint256

Write Functions

approve(guy: address, wad: uint256) nonpayable

Parameters

Name Type Description
guy address
wad uint256

Returns

Name Type Description
bool
deposit() payable
transfer(dst: address, wad: uint256) nonpayable

Parameters

Name Type Description
dst address
wad uint256

Returns

Name Type Description
bool
transferFrom(src: address, dst: address, wad: uint256) nonpayable

Parameters

Name Type Description
src address
dst address
wad uint256

Returns

Name Type Description
bool
withdraw(wad: uint256) nonpayable

Parameters

Name Type Description
wad uint256

Events

Approval(src: address, guy: address, wad: uint256)
Name Type Indexed Description
src address
guy address
wad uint256
Deposit(dst: address, wad: uint256)
Name Type Indexed Description
dst address
wad uint256
Transfer(src: address, dst: address, wad: uint256)
Name Type Indexed Description
src address
dst address
wad uint256
Withdrawal(src: address, wad: uint256)
Name Type Indexed Description
src address
wad uint256