WETH9

Linea ERC-20 Token

0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f

Solidity v0.4.19+commit.c4cbbb05

Fungible token following the ERC-20 standard.

🤖
Query this contract from your AI
Reference: 0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f
Sample prompt: "Tell me the current state of linea/0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f"
No AI wired up yet? → mcp.smarts.md
Linea 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

name() view

Returns

Name Type Description
string
totalSupply() view

Returns

Name Type Description
uint256
decimals() view

Returns

Name Type Description
uint8
balanceOf(address) view

Parameters

Name Type Description
address

Returns

Name Type Description
uint256
symbol() view

Returns

Name Type Description
string
allowance(address, address) view

Parameters

Name Type Description
address
address

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
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
transfer(dst: address, wad: uint256) nonpayable

Parameters

Name Type Description
dst address
wad uint256

Returns

Name Type Description
bool
deposit() payable

Events

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