MisfitsNFT

Verified contract

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

No balances found for "MisfitsNFT"

0xe5301e8b256966fedd4b8c48758f90fff5b34166605d1b0009cdaeb5999b390b
0x89e55e93f3a67b58dfb4abc32457d3383ba56f17914f58441020abe45073844a
0xd06f9cabb0f22dd0cb6a37674ff331e48e29d3660c3805dc0d67341a6af7d1ad
0xbcdd3f7ed6620441682017a2e4c28664c89ee6ae109b0fafe86f839836c6511b
0x78d3545535392739940582615ce9937a3d97d2441a5d3081ff8f0545eb17ee83
0x0b38c8300c7c80c75ee38a9125b7f2c208cd4ae1a762011250b61f53d07009a3
0xe1a67ec902d8cfcdff2d0a3037e6aae76d9c48b3b555c057d662e142b5f445e9
0xc8a3564d500a5babf5b518629884eb72dad9952daccbb97f3236ec5502cab0c7
0x71003da5f31b488d4c5f1ca1425d0541d52fc13aa738c72dac4c31bcb0bf7bc2
0xe83009a45219bcb776eba466b4d005c7f3ca257a9ff469084a8e1b68afa90804

Functions
Getter at block 21390146
MINTER(view returns (address)
0x35cbf6d47c5efcfdd52b4696e62811ab69aed22e
contractURI(view returns (string)
https://themisfitsnft.mypinata.cloud/ipfs/QmYwxjxJiuki5Pmt3Kt85Wbt95QKZckcYiyBdyY12v8VtH
name(view returns (string)
MisfitsNFT
owner(view returns (address)
0x1056fe0d1b136bc7b3c31a93da2c9b0e726e91ae
symbol(view returns (string)
MISFITS
totalSupply(view returns (uint256)
3352
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(address recipientuint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _newUri
setContractUri(string _newUri
setMinterContract(address _newMinter
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(address _minterstring _tokenUristring _contractUriaddress _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

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