Pepikings

Verified contract

Proxy

Active on Ethereum with 1,904 txns
Deployed by via 0xcbd70b55 at 17986953
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $44.15
0xddeb0af2aacdc712dae40c0a53f898fbdf79757b031f128e04e26a6e9aa9b521
0xbd293a3907b7c840ae1cc6b170a17b4f4d8430d9618e4f67f0f59e69a85c74bf
0x107724ef768c7fb9b23c0bb8dca9c5cf0dfb9048cb4fc88fbe8c84a3f3b3a596
0xfd3a51432e6b2dc6a655ba4c6d757eb7ce182ac31c5e7c1fa6781e54c1e44430
0x0c289a4c1d7864599bab75e52fb97bd9c0aaf5ecf57399de808d2148456fceb4
0x72da627f5c3101e35e03c7c5667753e232d18161ec0c5240f58d2f4f5ecbc1a8
From
0x200474e7e9e13c0bf7281be928e33f4af71774344c0ef2a3e0cf95b0b163b558
0x42c962759ac419c951dd2e9a763ddc6f9d93c513981a9e269741c61b64a787c0
0x8d3b7dffb664475dd7e7b3a99b8b260bcec976f980dfca54e30fc834baafbee6
0xc438ff05307e174bf611ce3eb8b65d818043b1451bd63595a91f85734e80b8d2

Functions
Getter at block 21217754
baseURI(view returns (string)
ipfs://bafybeien6ss3omlbrwyvh7o3v5d5qldt5bzgl3uv2nu52cnz5ywcyq4rpu/
costPublic(view returns (uint256)
1000000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
3333
maxMintPublic(view returns (uint256)
10
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
3333
name(view returns (string)
Pepikings
owner(view returns (address)
0xa7c787555fd2232de519ffb727e7fc91e5f77d5c
symbol(view returns (string)
PKING
totalSupply(view returns (uint256)
3333
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(