This contract is being backfilled. You may encounter incomplete storage history.

JACK OFF

Verified contract

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

No balances found for "JACK OFF"

0x3bd9c156d4fdbfb1b84b1d4c45d04014d9775d385978ee33232404d23640f7c3
0x684d32b691333c7762c5a85951c6e3773990b033e41206d5a83c4a7315b6c039
0xc770d095a822cbfbb7bd85f75331855360b5efdac725b773b6a58d6d5f22c6a2

Functions
Getter at block 23792201
decimals(view returns (uint8)
18
name(view returns (string)
JACK OFF
symbol(view returns (string)
JACKOFF
totalSupply(view returns (uint256)
840000000000000000000000000000
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