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

Popcat

Verified contract

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

No balances found for "Popcat"

0x78fc3b77507c517dfa65771b719ca2c7c5a96f735644c1279bda970af3371fde
0x080b11306bb9e147bcf1df4e3c9472e2cb5f303b40244b544ff236407aa3a72a
0x9d2857f9c3a3ae56557157cc3e7b13bb4ea60f6df139aeb64fdfde461f008bea
0xdad589d4b019554a4e5b3e71d7a09e6e5a17b839388ea7b5f91f8e7a930119b9
0x5bad9a8fa084ac463f552e08f9c38e057fd4dcb19f3fd2bbfd9a015e74d923db
0x975f2ce16d340740c6c5b042a1561ea8e4601e30c9b0e49b7f93fcee28d86d49
0xe27bbd310bfffa7bd32d2e83fc55e78654107c1d306d0f2afe575d0ea316d924
0x319d61668c13ab30f8d970e87a34d11f91f1c8657507639a019b2914b7eea66b
0x0a6275aa8fc8a9b2a6a9c85676e3f77bd904b24f3ff6bb575bcd7e2790024c3b
0x07b971ff5a37e933829a35652b39b09f762fb014e28ee2d66c6293f4b508d921

Functions
Getter at block 23584004
decimals(view returns (uint8)
18
name(view returns (string)
Popcat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
POPCAT
totalSupply(view returns (uint256)
1000000000000000000000000
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