You're fired Gary!

Verified contract

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

No balances found for "You're fired Gary!"

0xfb0327d32855823313a11d1d0e9c85ee39775df84f50fde8406dd6f611aa7e9d
0x8a65293d63b35c109f908afa1dafce7b4f58e012c24d01c9cfdbf8fdc5daef33
0xb27772ac13e32096f56c8add2e73a42a9213fda530ade6b1cacd8a9995d7316a
0x448527ed6cd3d22708e4d796a48121472f1dda1cb8aa78a2458bcea8368304ca
0xc769745dc20b828fcfd0fa8d7dfa64c8d07f0d228c9598603254907bf5d6c31e
0xfa6d95d09903a6faf218e5c7f79e00aa609442ba43895f7ab066afae3a3d8ff0
0x673ba24a168b2aec54cf541f393d2448182e0f1163a866f662667d701e801954
0xc7c23285cab1385c034b105510b4daa3fdad839ec49421f0305790c11866efdf
0x75905c787aa624a2fb7172a6ed97c62515b711484d3309136af70a1d6ccc7638
0xf899639d89fe1d326653381cc8e4e0f13e06c9f730e912de103fda781217a9dc

Functions
Getter at block 22909653
decimals(view returns (uint8)
18
name(view returns (string)
You're fired Gary!
symbol(view returns (string)
GTFO
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