PudgyDoodles

Verified contract

Active on Ethereum with 816 txns
Deployed by via 0x4009d6e9 at 15397974
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $139.35
0x05ff5d01b321d51e614d8b6d13b412e040e69f934f1aecb28f719871f9287693
0x71f1869b9254da4162373ec90312c7945493f205c4abb9e6e0a7dfe0010c0a88
0x1cc05ee64d25ffb294db0bbce454c85ab26945253aee2c915f4950aa867cce05
0x533bf36b86f4cd43c8d60ce433b2f65405b96c201cf608b958ffe52826371460
0x7e2a4144c42b0f543e173fb7982c4421ad7bf4cc6694d8f79a01920f2a593bf1
0x71e286ce6ed1507c65070b9e8b32b2aaaf953f4a9bceaa0adf8fe706e77629b3
0x1a84d3b15cc418b9b8b8a6df19a3ecfb5b415ea0a72d34751c40871456c1dac8
0xbb2b9c66ef2db3e08dbad31149c8d08e2eeef9dbde9ca528b4d42580a598b2d6
0x8440e6452f17b661644c6e5a4da75533ff3ed48528f3655c11ff1a0b9411fbde
0x12e9f45f11be4eacad2fcebd5caff4918906283fd9700c2e62d62bf3f86549f3

Functions
Getter at block 21228936
MAX_MINT_PER_TX(view returns (uint256)
10
MAX_MINT_PER_WALLET_FREE(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
8888
baseURI(view returns (string)
https://mygateway.mypinata.cloud/ipfs/QmdBYMZPK9u5E5ideNXHFBxtvA4WmNLuumKtsNt1HKdUYF/
freeSupply(view returns (uint256)
8888
name(view returns (string)
PudgyDoodles
owner(view returns (address)
0xbe8e2a5518e7deedca4d9d481997acf0a5b9a46b
price(view returns (uint256)
0
stage(view returns (uint8)
1
symbol(view returns (string)
PGDD
totalSupply(view returns (uint256)
8888
Read-only
addressFreeMinted(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _quantitypayable 
mint(uint256 _quantitypayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setFreeSupply(uint256 newFreeSupply
setPrice(uint256 newPrice
setStage(uint8 newStage
transferFrom(address fromaddress touint256 tokenId
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
StageChanged(uint8 fromuint8 to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(