Coof Cat

Verified contract

Active on Base with 563 txns
Deployed by via 0xe0c662e6 at 13493280
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x407fde7a87a8a512869a7830acc34465539a5314f6b27cbf50cbcd466eb0cff7
0x35a8c185faead38399f48159141ec2559b4696a1bfce20aa2403cb230667d94a
0x3adf02d47f4843b050b7c1d220ac186202406c0eccc38f7653e9ae018ce61f4b
0x1c1dd5462fe2d8539ce17852996e7e7e5709ccf25beef0ffffa7844ab0bcd77a
0xe9b9e9fa863c9866a7f2e746a23a3e35718f64864c6a3aea5e4388656e6c7bfa
0xddc607ba81aa494f188e5852086792c230f6423d4b78e0cccc69add086f152a5
0x79c3ccc93627bd063f5f3f07bdb490f601ddf4dbb52b3718e2aac333ed597b5f
0xedace660ab50f54df3f4cecbd5bb9569881904829bc1ec46ec6635b2abb010d7
0xe6e53acd9bc30ad73f730746e244043f50a955113841fa8f444b826600e90227
0x8a54e112dd8f94ebbbde98b1062e539d39447269253870fb5bb30798448456f2

Functions
Getter at block 22907946
decimals(view returns (uint8)
18
liquidityIsDeployed(view returns (bool)
true
name(view returns (string)
Coof Cat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
COOF
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
renounceOwnership(
setFinalBuyer(address _finalBuyer
setLiquidityDeployed(bool isDeployed
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupplyaddress initialOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account