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

PEPE POLICEMAN

Verified contract

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

No balances found for " PEPE POLICEMAN "

0x7074a13b61e8cd65df579488cc542de165caf6bbebe7d55373552fc48d08ad8f
0x527a189d964d138fa7b7adf399f80005308b6231760dd20db8492f7f6857288d
0x113ef136f551af8831543c22b510b10a131d807755bee502d784e47d4cba8cfe
0x67ac3c8d110f3f2204f8918864738764c834967ac39297f07e592fe78d3ce5e1
0xd40ab34c66792ebdc6a89771f26f739eb9cadfe7204ef98c38bfacd9ccfa1dc2
0x40f42a9b5f277f8d56919261559aa3e61608ca7dcaad7d1337bb3b831a2d42b6
0x2abcfbe35da4bf9ccd3a1743b5af56329ee1d3bfe10418af0d8680bff6c10419
0x21070e92b384e39507a0a6c3b50c5f700fc4b4f241a6984437b1cb5db25668c8
0x003d33882cec6aa725c5e4c6ffe8c702f48e06f95dd7e2c779a9d8f36d5fc6db
0x958602b16ee7142ca53ebb02146b6f16bf412a0e7a7180d0030dd2819ba54510

Functions
Getter at block 23925775
decimals(view returns (uint8)
18
name(view returns (string)
PEPE POLICEMAN
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
COP
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(
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