potatoztown

Verified contract

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

No balances found for "potatoztown"

0xb7f1ad91db1118c6aef893348ff0ea5c90d9eb4089f441bebd505bec0722eb32
From
0x7cf47489cfc53e69d8fee37d722ef644d58c3a6fd904f4028786c7bbe1885b37
0x1b1e9097ec79fbd06fd6d11685d1cfd97e5d7305a6d3d472051e3b454f5b7567
From
0xbf0dcb63f87bb602a8bde79548ea82dc401a0b40552516e8055289b10b4ce0a1
0xdf9810735c5bb21d8ed9222a4a5d7c3a01bcfa933869a88caac45c5be85dfc8b
0xd488bf7d5600b91b2bfb07e981e89c94a5fb161a74e84584d873990106be5464
0x90a56c6140e2498893e81080e837a5e743e050f802ba45df4f69f788c2468518
0x3b5d5d4767c279cbb29756515f7d6acfce00359287ecebc81c2c41f6189fa30b
0x898078af8aac4db1d90debed60f4d5a9b10974f2f0b9ea6fc24d9e2793b25e55
0xacc76f156aeb03c5ec34e55af60be0d50cf25aea669419f74735eff662d5110b

Functions
Getter at block 21296910
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
20
NUM_FREE_MINTS(view returns (uint256)
5555
PUBLIC_SALE_PRICE(view returns (uint256)
3000000000000000
baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmVY64P9684thQ8RSQBSZrY1ZT6ZEvop96QeyMw6DA3Xte
freeNFTAlreadyMinted(view returns (uint256)
3559
getFreeNftAlreadyMinted(view returns (uint256)
3559
getIsPublicSaleActive(view returns (bool)
true
getSalePrice(view returns (uint256)
3000000000000000
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
5555
name(view returns (string)
potatoztown
owner(view returns (address)
0x219656d40f07b61857041d223d825ce389bb0aaa
symbol(view returns (string)
POTATOZ
totalSupply(view returns (uint256)
5555
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)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(
Fallback and receive

This contract contains no fallback and receive objects.

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