1ETH = 10K

Verified contract

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

No balances found for "1ETH = 10K"

0x1633ca5ac4bc5d0cfbf5dc49f92aa1ac74588fb0cf28a33aa45667c934d2893b
0xacd6c48d2ab2d6e1577602ba4d395944949f76995ab43f239e599224fd8fac1a
0xa28bf469b29d9d8fbba60bebece5c055b053570d3d4a9207f0e1d2f45e4c9994
0x0b4503aa4ba2a98f1ae67aa19ec3dbf5308fce7c2903bcca33465d38c8b05af3
0x12426aaf62e8ccdf017338541fdfb7376a97e846441e5702cf86ee5a2622a923
0xb65c73c43796ff27b63a023167485fd7416202d3431fd9fe769737a2a202b879
0xe5dd8adcd20d7c34d5ed14f56333ce9136b45649f82d18e70e16492680ffb272
0xec646e95924d63c3cd4846eb13a31d1a78cfb11ef07e0a1ad0a47535ad4e1b03
0x4bc50e46e752629ef9c68290c15603b1df793f31599f4313308d8d2f06e504ac
0xd2e8b2333b0f80a7d41e448b3ae13e06a70b0c6aa3014468e3af3589a7f1a0e6

Functions
Getter at block 22932845
decimals(view returns (uint8)
18
name(view returns (string)
1ETH = 10K
symbol(view returns (string)
1ETH10K
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