i hate things made by humans

Verified contract

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

No balances found for "i hate things made by humans"

0x3ee5a45e6b288fcd84cfe0700a0468980625987f5f1afd8b5d459c2b405b06e2
0xacf1c52d796f9fa50632d9a2b8a73b2c48c2c8ddb985d78973dab6ae9fcf5230
0x1b8d57f4e0a1eefa52701e3918734f4b994eabf351bffa1237b684e8bcac45f9
0x7a16d194fe447b0b5117dd38914c455d6d01428386627a26394ad770f564cfde
0xe9f5521f5e7fbabce6f514d3c846648830eea45409e4b53d909383d5d60da86f
0x319a89c71b6d0b0dd17fb621e310d24ea00746880f0d15adaa63b377327b47d7
0xb007b7f1c8b7ee8e855074813a9cd9bc19740bd2507b509f8ae8c971390c43c3
0xe6b78b482cee435bce3defba280c9309cd6e7bf620d112b70817665a08eb641c
0x5d74b9378c8e5902c5ee6e124e1720521e010b8b44356bd622d146294738e0e0
0xb403a5a6868b2b347e7f4c144fc44b87557ae9f87986be47a62f260fe02aa1bf

Functions
Getter at block 22452831
decimals(view returns (uint8)
18
name(view returns (string)
i hate things made by humans
symbol(view returns (string)
iHATE
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