Pixls Pudgy

Unverified contract

Proxy

Active on Base with 5,041 txns
Deployed by via 0xa3ddac6b at 14108256
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
ERC-20
--
0xa28126163bab09b566db480a74026fab3c59c6bf4d7c47e233b2bd683029bcb7
0xa8a5456d3744245f4963f42c42bf66d0566945ea8f5a2684badf5984433ea308
0xa2c2dd204e9c2352458e901a8d8a605abfad5dfe285024a2b77c863b4ab65c1b
0x0670c9f314ef49a28446f2ebc04f0c59ea9827e3bed8b3523aa7ff756c84b097
0xb406548b96dfb30179da84ea0110361cb780c80396bc17699d29967b6107ee83
0xac6fccd719a1be9d96e70709170d1e4b4d581a6f54ef4a87f4dad73de507dd33
0x94a65aa0d69e548270445fd702e6ae925dcfb2779e925548e35dd253f3a63086
0x08865b9f2a6e7ed55d4c8f7cfb0f9ffa1b25f042a63aeb73bb62bda6bd680e15
0x5aab65b5822a46d0847b5260488dbc512f01fb985e0cf90838bdd35d2915160a
0x6bf9fb03e9fd33d4ffc806f3b9acdf880e184c7568288025c8c6769785d7601b

Functions
Getter at block 22908741
baseURI(view returns (string)
ipfs://bafybeian35gnhdimzrnbuzxdui5ysxfx2h2xgkhykuoifjl6zfe6tap43y/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
2999
maxMintPublic(view returns (uint256)
50
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
3333
name(view returns (string)
Pixls Pudgy
owner(view returns (address)
0xccfe064d2f51e83b99c666c33091abdbe81344d8
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PIP
totalSupply(view returns (uint256 result)
3090
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(