OnChain Pepe 404

Verified contract

Active on Ethereum with 1,363 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"

0x8484067ee4074a67d0dc69040555e76417b728e9a6b041b336bddff1567c74ca
0x597dc217ce14b75cc6245364da496d7e3407631d37484211152378377fa8bca8
0x3acdbdf5c7229e2391316baca869d48eb95efccfe5ce32c2792919fd2562237d
0x86f19fc751697377368f9736b31e14f3aebbe003e3598681624f4ca058d80f9a
0xb69ff28a1b72b20350e3d23713e06dd72af7c583950c4278ccbde025158f7ae6
0xc2612d8c81587ae67f7663147b03ac0c83e9aa43304019fa0799a31d0e636c7f
0x546f81a0347d76c4ce79acaa790405190379eada64d73983e08d57274eba8fa2
0xfb2b7d91336baeeb5e753caed6c202f2b83499da8bd4346b94b76866c9fa93f7
0x290d9329fadce53c3bb722bdcaaf89ec41e5c254e48856ee8e14c2d1ab388330
0xc6f846b4cbd3c935cc793b7a45782c90963b52860de7d0987ff81d3b52743c4c

Functions
Getter at block 20988113
decimals(view returns (uint8)
18
minted(view returns (uint256)
613
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(