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

PudgyTown

Verified contract

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

No balances found for "PudgyTown"

0x50ed2ac20f1db53aaacb11383d64477e98776a23a4caf24bf15e81295f8e824d
0xb763cf06c11a87ed7ddec061bb8f69fc70a9fe7265d82ac7b5223da7379e8ad3
0x2da8ba59bcfc0b758be90b8127ebe9647bcbad900d7e1e2baabf13479b69dabe
0x7b2f0e25d8681242b5dcfe3240028fd35cb6e9bb9986490cdbc52821fd5da4c9
0x35e9da1c9ebc2253f0242942de6ff562c25bfa3ff0d582624f98ea3263c50b54
0xdd747e6845c85ce566962a3db22d18ddaef5376d8024de96a8e853fab3d4ebce
0xaa76d300072071d28b70a8dae0520ae91fb8243e89fbb09d3b2c71d1655a679e
0x639802c8cb450144d2bd27a8c6c0efe44198a43bd9d3202d081dbd7e102b3420
0x93e19e35367abbc8e135ce4d97b8bac546f68bcaf6440e74d04e963f604af601
0xfd79b38cbe5fcf5dcce64af0af0a231efc7d41c9dd374a74eb06be9ad3a1007f

Functions
Getter at block 21214748
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmTg4svoJ9QYGYPigMyy1i34qosHU24vV5WmEJHvVgNNvu/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
PudgyTown
owner(view returns (address)
0x9e2c18078f8b184a5a2ca60b89f3ca1032090335
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PTown
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
ipfs://QmegRJZsvdxk1XUTphJkbt1swRz1mPsLt5GW9KY2gCtGsf/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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 _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _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(