The ticker is ETH

Verified contract

Active on Base with 315 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The ticker is ETH"

0x4cee7d8bd18258f59a0ac9ae82dffa5588960493e57f1b505f8383ed18e38f77
0xcdf80837f5f22740268984004c93cc8830d8bb5a969b5a9b92e554ea00aa2c82
0xcbc540f9e48670834957ddcb1c7c40f5400bb8bf9f51d5e1ac0c87ffe3080606
0xc59f855cf1dd7646689e7f9da2d53fe56144e4e3b7d2955786319a8ffbe6b57a
0x84e066b289549c8ec40c897a6d9129e38aa4bd6849cc80102cb73499f593f6d4
0x38ced7c042d1e0961b8b97a71c272497c80ee27042b4ff7aca839130a786410c
0x7bd5d74af5532c9150a78276cbb1400004387f5de2af68221e5c5d56fe2aa988
0x73185a8606d673f89c2a495d166386c9760185566dea9557ec93f76bbb632983
0x977395fa505839c9f525e00432f4efd766181cdf4983d798366dbe9a64f60932
0x67d3433fa53c1e537e65958542e119debb36a60b6c1f184dab67b2c135903d15

Functions
Getter at block 22871608
decimals(view returns (uint8)
18
name(view returns (string)
The ticker is ETH
symbol(view returns (string)
ETH
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender