I have no idea what I am doing

Verified contract

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

No balances found for "I have no idea what I am doing"

0x30a90988263518ce7a48d0b9622cabe2723f444cda55c0a60a501d5cd09f2097
0x7ec727f58cd704c17dcea6c15e4e328ac083d169f5e0b5bfc5352217c70493c7
0xebdb63634bcaf4fdc9831e566da03b8cc72d0f27120cdaf51b1519ad81ffa90e
0x0395835b60257d05aee64a12bb3387f66c3015a6bb024bc5c601ae4fd8d4c6d1
0x6e0b54df634f510033797823b2a1d52190ac61b1fbb67ff063a4d3a54ea4b477
0x219b710c6b279bc764955cf8b65954d560711f730f10f7ef67510e0d2dd6a367
0xe4eb48ec6aa0be2867cbc291dd3334020699afc11585719dce6d6d04e5c95d8d
0x6847075111cbd192c4534e52d02d1ebf5aa61a8f5f99b4abb04750c2732db21a
0xf8b42d772ee9babd7bc2f0341451130dc85adfe66abb84047b2897e731df3b41
0x2aeaeb039d8e8b2b121f7893e476e8db5dad5d1851db8f34dcd6a4393f6b2e4a

Functions
Getter at block 23770777
decimals(view returns (uint8)
18
name(view returns (string)
I have no idea what I am doing
symbol(view returns (string)
IDK
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