WHOOOPEEEEEE!!1!

Verified contract

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

No balances found for "WHOOOPEEEEEE!!1!"

0x7d6854bb3091d4b9f24201edd56b4a4d8d86374c459d5d2d8566461e20312e71
0xee7731b81ca604b991aeb2e572c7122641981ed26b851e9907ad72c9bdd76521
0x3c4057de5ac0a78c01dcc666032083b82eb7018156ae1a92e9ca7cab5789a518
0x83894c2e5aaf44640366eef4d6e0c895577bcee0996ad91e9ef9f11bb7612e71
0xbb59a287c110683cc8b08847711290de9382893e30991d82645d1eb1298ab365
0xdeae65fc4a5c2aa6be2080d44d87d456acd1cdd44bc9d52b8ef6b63a836f84a3
0x0f9687b88f90ec547cd956da8d0f86a68f8b2f0458c3f9fd66bef5762577ba7f
0x6bdcf1509c1363b95a3ce2c690f22926eccc4d6019e385a0e41119419a383e72
0xa0a0bd4ed238ba65f81592ebcff62b15a5db27b7c4289423151b055f919c79db
0x2b890ed7b893dc3faff176d0ca38e3bb23d0b457510b70779a527f066a7a41ec

Functions
Getter at block 23068670
decimals(view returns (uint8)
18
name(view returns (string)
WHOOOPEEEEEE!!1!
symbol(view returns (string)
WHOOPEE10INU
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