Pudgy Milady

Verified contract

Active on Ethereum with 5,093 txns
Deployed by via 0x51730235 at 17302831
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "Pudgy Milady"

0x3cc725d774fa6add7405bcb2a04c4d463fa4ec8428063fc30039c6541c3bda3b
0xf09c888b466ee751cac170bfb5e25f6a4a19e6287110f8e23f5dd775e8c92c67
0xb78f0b93bc58c22ab9734c2fba3101a97b85278f1a20e861efcb8a73c78b5df6
0x77cb5d86e279fbce54328691cb726907ae33aa1321584e72e544962782cc44b1
0xb5e6970e66708ea519737d3bb3c81b52bad806d2c39e3fc996ba06fd7e4d6327
0xfbc7eaa218b5954229af9b2e59575be96097ccc05aef47a56425a9934db9a52f
0x27a504c6289f75305d92f72693e30975c570b3327daed2549db72814773c5e04
0x13c3c4dfc0d2d0a92ebec4877291ffb57af10c77f63b94395de1a8908dc3b8ea
0x5391c291e47916c6135c982b29eb5aadf0b521773454b3d1f0127514d60cd3df
0x26ffaf98c91bda93331e96dfb2a962f585ca170e8555b5e1246c6fd1599665e2

Functions
Getter at block 21161577
_baseTokenURI(view returns (string)
ipfs://QmUfcNVENodyyPjcHpYAQHqAYgdu7b76k1C29od2bjWYtg/
claimed(view returns (uint256)
8
cost(view returns (uint256)
1000000000000000
freeSupply(view returns (uint256)
6905
hiddenMetadataUri(view returns (string)
maxClaimAmount(view returns (uint256)
20
maxForClaim(view returns (uint256)
577
maxForSale(view returns (uint256)
7777
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
7777
name(view returns (string)
Pudgy Milady
owner(view returns (address)
0xef30fa2138a725523451688279b11216b0505e98
pausedClaim(view returns (bool)
true
pausedSale(view returns (bool)
true
revealed(view returns (bool)
true
sold(view returns (uint256)
7770
symbol(view returns (string)
PUDGYMILADY
totalSupply(view returns (uint256)
8110
Read-only
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)
unclaimed(address userview returns (uint256)
State-modifying
approve(address touint256 tokenId
claim(
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setFreeSupply(uint256 _freeSupply
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxForClaim(uint256 supply
setMaxForSale(uint256 supply
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setPausedClaim(bool _state
setPausedSale(bool _state
setRevealed(bool _state
setmaxClaimAmount(uint256 _maxClaimAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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