Shit

Verified contract

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

No balances found for "Shit"

0x0cccb7011c056b0d093b9e37ff6b68d68154b2fc98c38e446a97f37ca77cc7c6
0xcb987b880ae9e3dc225ec545d6822315268b4d6ae0c9ebba159b8ce34335a2ab
0xd6982cb2ca71d51f214df0ae081248ac2e4229d062596a0e5e57c71110db13e5
0x27b30ae2bbfad423c35d10f8b149dbd1987a3c418a8042b39fe0a1bdd1ec35d7
0x73fd9a9ca55947021b1150d6cd50b4aea17ce1ceb5ca496debf6b51d9fa8f07b
0xee83b8f4d6be4a33824c66a1f79e0511bf6dab8c90e638a1db7d69e5da152383
0xe7a57363a0f2638553fc8c6f8ed62f2369c52afa65981a05797e1ebea031715c
0xd0a481998324f21465eae16cccdf7add9151d8849e41f8a3f120521b65094920
0x55b5de21064a62c5f0fe3e5beb0bd43d8b61c7b22ab204a5f5c647366bda21a2
0xdc316632c1566a24acf6cfe0f3403edd95760c2a47eb2175ee9fd682bfb59424

Functions
Getter at block 23030578
decimals(view returns (uint8)
18
name(view returns (string)
Shit
symbol(view returns (string)
HIT
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