Change Nothing

Verified contract

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

No balances found for "Change Nothing"

0xdf9c7b36e6aabdddacd658beeea67ac50a4c97d582e681d511b99d5114525e2e
0xa951f16bd0ed673030e63395ca26f2674495d0b907e32c84d4092d7a22ec6496
0x7a033d27ea418f90d753f6eb2fef5fb0e1bf8a6db423ec1cf1bb3dd89c986460
0x2b33c910355dd9480433421c023485641a898d1b88d8048696e96f3955adb75f
0x27eb532c886c51d37ecb792d9aae902773c35754969bffd2f4479208664eebbf
0x58767b71315c335b02cc36f5ffeea7ac22444daaa04a36c15c23005b138692b2
0xe180e6bf6b2df51f73886c094f0b540d7210f956e3b8328e2cc2ca7340b05154
0xf91f937d804f5caf058d3f61994e734ba9b2fcf48e940ada7ac5a2cbf836f56c
0x6c01eefb75876d3a3530e2bfd8632b4ac392ad2e93e24afdab2ea3e3ed12d943
0x728f74a0c1b2e1be69d4ae04d366815890d31d0281c2a0dc5e448ffc64cb5fd9

Functions
Getter at block 22817434
decimals(view returns (uint8)
18
name(view returns (string)
Change Nothing
symbol(view returns (string)
JAGUAR
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