This contract is being backfilled. You may encounter incomplete storage history.

Pudgy Pudgies

Verified contract

Active on Ethereum with 1,256 txns
Deployed by via 0xce9ea973 at 18399352
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pudgy Pudgies"

0x124c7516a6c6d11e661bd25fa348224503a0ede1517c9feb83de4351a80f6ae5
0xe37ababe99f61d35edfd0aa788b98645a609b48d1bc8c7effe9487f88886fc13
0x7eed027883fcd051708ded70b0bf63526ca4312d72fe0586a011c9321d111a09
0xe00c8afbe9946bf3d56e4efdbf264a232c31682ac30ddec5f27dca4332634ff5
0x54cbeb78868af1dc15bb0116a1fe4c8216d397223226a605074fc0a4260d10b3
0x55bd5bfd03c98d5d733aa83af8e1c30cf90c652c9c40a387d6c666f76c15669e
0x73736a11e8170fa75183fdff29dcf200296cf07d1c9a9e91a0a2855682506710
0xe0332df00b7c9ce17db816a36903ea1f5f220d8b3ae7ef90094b5c000428cc0a
0xb814d1e655176324f459940fda3c353ccab501c610579977e75a5e7aa8d1546e
0x2d211afc7e5a9de6d5e9f5f94c16c5684f8807309951fde6934a2fad35a8d486

Functions
Getter at block 20797509
baseURI(view returns (string)
ipfs://QmX4G7wwFcLuvQePGy3pq54fAaGgRo5M6TZmkxzDBvxwvA/
maxMintPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
888
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
Pudgy Pudgies
owner(view returns (address)
0x303ceb145f99c1433502273872bafeecd787c4f5
paused(view returns (bool)
false
symbol(view returns (string)
PP
totalSupply(view returns (uint256)
888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintPerWallet(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address receiveruint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMaxSupply(uint256 _maxSupply
setMintPrice(uint256 _mintPrice
togglePaused(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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
constructor(string initBaseURI
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(