Clover - The Lucky Cat

Verified contract

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

No balances found for "Clover - The Lucky Cat"

0xdb2a211101392b3b0789cda0666b3c60243d232ca2818bcee0aad676310d2c10
0x509d1968df3fa9958e430b7be3fa596739334d624973da05f7eb6a7d5649936d
0xe0731d23d40578d195ee532a1b0e54d7886260cf2afdc32091d6053fce7efee7
0xf0c0a7cdaf58d8c62b4d4eacbe8466dbc448dbfe4974741ef99292e71eb44f99
0xf3948199a937fd0f8d098f9ba2ed329c373722aa9d82bd0706ad73922d181155
0x812d5a1978a96042651ff66fc3f08478b3e6b490aeb92858f1bdb273ed86d1ae

Functions
Getter at block 22971974
decimals(view returns (uint8)
18
name(view returns (string)
Clover - The Lucky Cat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
clover
totalSupply(view returns (uint256)
100000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 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 name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account