MistfitsNFT
Verified contract
Proxy
Active on
Ethereum with 15,154 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x9acf…4f62
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162716 | 3 days ago | | | 0 | 0.00081852862 | |
| 21161974 | 3 days ago | | | 0 | 0.00094127570 | |
| 21150651 | 5 days ago | | | 0 | 0.00095568207 | |
| 21115556 | 10 days ago | | | 0 | 0.0012289768 | |
| 21115269 | 10 days ago | | | 0 | 0.00049212400 | |
| 21115259 | 10 days ago | | | 0 | 0.00091325439 | |
| 21115254 | 10 days ago | | | 0 | 0.00046110566 | |
| 21115193 | 10 days ago | | | 0 | 0.00030299811 | |
| 21115132 | 10 days ago | | | 0 | 0.00063619002 | |
| 21104819 | 11 days ago | | | 0 | 0.00018367180 |
ABI
ABI objects
Getter at block 21183941
freeLeft() view returns (uint256)
0
freeSupply() view returns (uint256)
675
hiddenMetadataUri() view returns (string)
ipfs://bafkreidcu2pbaz7zypplf5l7ie6kb5j6votbkfwq3c5n7g3d5w3sii26ae
maxMintAmountPerTxFree() view returns (uint256)
2
maxMintAmountPerTxPublic() view returns (uint256)
5
maxMintAmountPerTxWhitelist() view returns (uint256)
1
maxSupply() view returns (uint256)
8000
merkleRoot() view returns (bytes32)
0x7d60dc9b86d73fea114faa628cd8472abf73fec86b73a9c73af42dbc57ba5026
name() view returns (string)
MistfitsNFT
owner() view returns (address)
0xb791fb1bfdf333a113c690f050e567d2c569db68
paused() view returns (bool)
false
publicCost() view returns (uint256)
3000000000000000
publicMintEnabled() view returns (bool)
true
publicPrice() view returns (uint256)
3000000000000000
reserveSize() view returns (uint256)
200
revealed() view returns (bool)
true
symbol() view returns (string)
MFN
totalSupply() view returns (uint256)
8000
uriPrefix() view returns (string)
ipfs://bafybeid3jgxafevtfxw5gmlxrvftxddkmjnzfq4o6jfgzqdq7zyi5qz6cm/
uriSuffix() view returns (string)
.json
version() view returns (string)
3
walletAddress() view returns (address)
0x9acfd54de791e134cb6d34ac88bcd5a30a994f62
whitelistCost() view returns (uint256)
0
whitelistMintEnabled() view returns (bool)
true
whitelistMinted() view returns (uint256)
134
whitelistSupply() view returns (uint256)
325
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()