WHY❓

Verified contract

Active on Base with 6 txns
Deployed by via 0x96e890f9 at 17975099
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WHY❓"

0x47ca4aa842ca8c15bb23c14986de1bb38b0c4603b2282bc8f723d1aaa701ca0a
0x12c955ef60314665beeb50465653749d3c4766aa0c413925ab5c87c65ef53a3c
0x9784074ec59a6e8f317321a77dcdf478b519dc68e9a9e7ea84c9708d492feb7c
0x4056a9f7ac69428472e7207862ae9e15e7dfdc266c557d848c272f42bb2aa418
0x780d7f8d2b8e30a2e21537e5675c914e11f2248913cba794786828c978708eea
0xae8946d181d2fe1025a17d048306c20147cd538b6666ac06a68851b75b825a62

Functions
Getter at block 22151250
decimals(view returns (uint8)
18
name(view returns (string)
WHY❓
symbol(view returns (string)
WHY
totalSupply(view returns (uint256)
950000000000000000000000000000
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 namestring symboluint256 initialSupply
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