ETH 10k$

Verified contract

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

No balances found for "ETH 10k$"

0x6e68d06f5f4768782e3c85c1cfe1be5bae9142609e4d1a8adf8b842ef6ab3eac
0x524012329b5432b2420eb4ed120c93f35e7ab94b2561d9346343bd2c0ae59d8d
0x5e99ce043feb335b3a070d5bed8bee6fd90e38fd083a28e92bbacbae50860c7d
0x663d474ed6aa4122f0a8763a79a12fb362651f3eeff25c688a2cd57f909da579
0xb0fc1c63683427bebf46acd9e753380bd1434a7067a22dba0a1f90e7ce83c639
0xff2e3abf910d70afcc7c5cb3e6faa3daf87d5a28945fef50bb55587e8f323ea9
0xe4ad6d4aa26fac10da3c5b9af52ebc1b932319b2edf298a476c6906b92b984d4

Functions
Getter at block 23051366
decimals(view returns (uint8)
18
name(view returns (string)
ETH 10k$
symbol(view returns (string)
ETH10K
totalSupply(view returns (uint256)
100000000000000000000000000000
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