MistfitsNFTV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
19
Slot
XX
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
Balances ($0.00)
No balances found for "MistfitsNFTV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MistfitsNFTV3"
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reserveClaimed(address) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
upgraded(string) view returns (bool)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freeMint(uint256 _mintAmount) payable
initialize(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri, address _walletAddress, uint256 _publicCost, uint256 _whitelistCost, uint256 _maxSupply, uint256 _whitelistSupply, uint256 _reserveSize, uint256 _maxMintAmountPerTxPublic, uint256 _maxMintAmountPerTxWhitelist)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
pause()
renounceOwnership()
rescueToken(address token)
reserve()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTxFree(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTxPublic(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTxWhitelist(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setMintEnabled(bool _whitelistMintEnabled, bool _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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
upgradeToV2()
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()