PAYC Genesis

Unverified contract

Proxy

Active on Base with 1,566 txns
Deployed by via 0xe5c5cfb3 at 14242041
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 $0.17
ERC-20
--
0x0c10db8a155215d9ec70eb5007a6295d0d870e2a91816c68a95a978164d81407
0xa42273cffa1f3c7e4401cf03331a97a08c20eefefa6055ea94fcc58c8cd40a90
0xe8364ea9e6750182054756c86b1dc2e3c3a26c11ea99238b78e0b5baab579952
0xd06ab08c9b6e90f60c95969c5296004f159c8bf1ada4e7290c52aa524167b00e
0x46c377ccd7caf33bf003cec51a1255b91b6386bb1d30bd9f0c16713396c9b731
0x581bda837759f12301cf059ec413062095daaa93b20297492924cabb94e56f02
0xe0d58b03a53e75c0c1c11cfd76b8cd63235b6698551639a7bf6ad9e3cb388bd6
0xf65df158782ea22407302c99bd7299f3b901ad4f7781c6bb67ac45dfe1f6ba68
0xfaa0b593cda650b367bfff6858f060a97c15593d007e24c3788cd8913d245acd
0xa7248d09317550df2ad0bab4682ede78a010aa5c3361124b2fae2447e4f01601

Functions
Getter at block 22765779
baseURI(view returns (string)
ipfs://QmSGxiMfp6ByDRcCs8vf1NCxSPXU5XaGhYbtuj7ni13wDn/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
7777
maxMintPublic(view returns (uint256)
150
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
7777
name(view returns (string)
PAYC Genesis
owner(view returns (address)
0x6c284830d8dcacbd32f6c46a9bbfd98f932a9c24
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PAYCG
totalSupply(view returns (uint256 result)
2934
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview 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 
mintFree(uint256 _quantity
mintPaid(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
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
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(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(