MistfitsNFTV3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x1e962cce at 16573783
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "MistfitsNFTV3"

No transactions found for "MistfitsNFTV3"


Functions
Getter at block 21183941
freeLeft(view returns (uint256)
0
freeSupply(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
maxMintAmountPerTxFree(view returns (uint256)
0
maxMintAmountPerTxPublic(view returns (uint256)
0
maxMintAmountPerTxWhitelist(view returns (uint256)
0
maxSupply(view returns (uint256)
0
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
true
publicCost(view returns (uint256)
0
publicMintEnabled(view returns (bool)
false
publicPrice(view returns (uint256)
0
reserveSize(view returns (uint256)
0
revealed(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
uriPrefix(view returns (string)
uriSuffix(view returns (string)
version(view returns (string)
3
walletAddress(view returns (address)
0x0000000000000000000000000000000000000000
whitelistCost(view returns (uint256)
0
whitelistMintEnabled(view returns (bool)
false
whitelistMinted(view returns (uint256)
0
whitelistSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
freeMinted(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
reserveClaimed(addressview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
upgraded(stringview returns (bool)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address operatoruint256 tokenIdpayable 
freeMint(uint256 _mintAmountpayable 
initialize(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUriaddress _walletAddressuint256 _publicCostuint256 _whitelistCostuint256 _maxSupplyuint256 _whitelistSupplyuint256 _reserveSizeuint256 _maxMintAmountPerTxPublicuint256 _maxMintAmountPerTxWhitelist
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
pause(
renounceOwnership(
rescueToken(address token
reserve(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setFreeSupply(uint256 _freeSupply
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTxFree(uint256 _maxMintAmountPerTx
setMaxMintAmountPerTxPublic(uint256 _maxMintAmountPerTx
setMaxMintAmountPerTxWhitelist(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setMintEnabled(bool _whitelistMintEnabledbool _publicMintEnabled
setPublicCost(uint256 _cost
setReserveSize(uint256 _reserveSize
setReservelist(address[] _reserveAddresses
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWalletAddress(address _walletAddress
setWhitelistCost(uint256 _cost
setWhitelistSupply(uint256 _whitelistSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
upgradeToV2(
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(