OnChain Pepe 404

Verified contract

Active on Ethereum with 1,373 txns
Deployed by via 0x4329bf0e at 19197086
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OnChain Pepe 404"

0x3c4590e10deefccec54d7bb83c3e6de0ff74066179b2d9a253dd05d26e1f3690
0x99823d3c1e6b89d22c753b82f36b55adb6ddef34b35eff256cfcd5b20f2b2449
0x64633ccd587c83eeb1efa26801907675f69e09d7a3b4dc5f7aae1fbb405c44a7
0x92f77ef52041f78018c9d3e2ab29423d1f0315acd526b0f7ddf266ab1bc79841
0x7574164c6702ff65aa7f3aef63d2ef8577aec696f0d9b8da7fb3e7cef335ce1e
0x398adf668efa67cb0238e0f15fcc80b8c6951c5cf71653a59e955ebc73168d2b
0x499ea86d0ac2041887865569ed27f47e3430ef029a692c5443e5e3a7661e1695
0xd2ae5a868540a70eac3293d84baaca78236c49e527fca35d5aa5a113f754bc79
0x77c325ff317db092dcc0d3e0efe92a7c9459fb7f050d0f4e6ebb3c6d08406b15
0x22b839720486d16b37f8ad0b306ca3d99ceefcb7333fcb3fdd1f3cb77e8f578c

Functions
Getter at block 21277029
decimals(view returns (uint8)
18
minted(view returns (uint256)
637
name(view returns (string)
OnChain Pepe 404
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
OCP404
totalSupply(view returns (uint256)
88000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
getLipColor(uint256 tokenIdview returns (string)
getShirtColor(uint256 tokenIdview returns (string)
getSkinColor(uint256 tokenIdview returns (string)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(bytes32 indexed topic0address indexed fromaddress indexed touint256 tokens anonymous
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owneruint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Unauthorized(
UnsafeRecipient(