What are you going to do, snipe me?

Verified contract

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

No balances found for "What are you going to do, snipe me?"

0x18f83ea8dc38048c8dc32739ccd4baeff4fb684dab9db6305ef615443e0075ab
0x7e5c891474e06b5408f40c47565074fc0654eb38807e8d4b17cf80801bae5e92
0xb2856151d7084e233779eb58417b393afd19fd4933ecd150d052450862ee921f
0xc85b3e480dd2dd849de5eefd1c13840134b618f4da00a02396498940383b58f0
0x6449e5ce6c882c0844eb1ae31374837258956284760f393014044227770ea68f
0x3a607feeab8f7297c6c3e9e7bf7dafe552a6c8242ec8f52a176a736dd4e02b62
0xb63cd639010e0adf5526b9ecf8f98fa17c3aa9a36688ea28fdf77c00812f57a3
0xf246145def1f7fc7f53ede64d5877511529c1e7b3724dac8afcb7ad6f19a0813
0x36fcdee02c1622005441a387f8dcb31d960060b9f34fc40b352ce5edd0205008
0xe18b5a385433c1cc0d4dfbb78ba1234902ba12878ebcac6db4398ffab90eaf96

Functions
Getter at block 22755805
decimals(view returns (uint8)
18
name(view returns (string)
What are you going to do, snipe me?
symbol(view returns (string)
SNIPED
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