Popcat

Verified contract

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

No balances found for "Popcat"

0xd109396f707e02615dedd76c138b3380ed98c2116bbc1239dac074b59e2b0b81
0x41da0709641b1343e431badb3d9ef05dee74cdd53a09d22dcb37a81d0eaa13eb
0x11913b52ad3e1bc3b12cc5d72981d56fcd10086fe17e5f886c1127248fb39b78
0x07a1c564a7ac540b37935943ff57ee5fb49dc2b0c94a51c49d74926cddeea167
0x799fa37f6ba0e9e70b26a0ca0ee249dd16bc89d683f57a5183758fcb632be015
0xbcb6ed5c2f2ebfb1116913e661f2960fb50221ac4c960130df59d8eefeaf9fe8
0x940b434687f8e78952709f9e1357cde5a8be0eabf690cc820b3da9393ce59658
0x95bcc6fa50b754da1ca1d4a7fdb291ca8d8f2e3c230a0d741ccb3f43a0120d80
0xce2aacb767ff535fea63434a2a6001eebc6b04df7a873c61c84fb21554e123d5
0x129cd2ef0d958c5c9f7fa4bc56f5c9b747598b6709e5481e39c0f551f4b7228d

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