WETH9
Taiko ERC-20 Token0xa51894664a773981c6c112c43ce576f315d5b1b6
Solidity v0.4.22+commit.4cb486ee
Fungible token following the ERC-20 standard.
🤖
Query this contract from your AI
Reference:
0xa51894664a773981c6c112c43ce576f315d5b1b6
Sample prompt:
"Tell me the current state of taiko/0xa51894664a773981c6c112c43ce576f315d5b1b6"
No AI wired up yet? →
mcp.smarts.md
Taiko 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 |