WETH9
World Chain ERC-20 Token0x4200000000000000000000000000000000000006
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 world/0x4200000000000000000000000000000000000006"
No AI wired up yet? →
mcp.smarts.md
World Chain is a docs-only chain on Smarts: source code and ABI are indexed, but live on-chain data (state, recent events, admin profile) is not currently available. AI agents can still query get_contract_info and get_contract_source via MCP.
Overview
Read Functions
6
Write Functions
5
Events
4
Read Functions
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
Returns
| Name | Type | Description |
|---|---|---|
| — | uint8 |
name()
view
Returns
| Name | Type | Description |
|---|---|---|
| — | string |
symbol()
view
Returns
| Name | Type | Description |
|---|---|---|
| — | string |
totalSupply()
view
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 |