MisfitsNFT
Verified contract
Active on
Ethereum with 2,400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MisfitsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21382655 | a day ago | | | 0 | 0.00085381013 | |
| 21352374 | 5 days ago | | | 0 | 0.00090822821 | |
| 21346639 | 6 days ago | | | 0 | 0.0010095907 | |
| 21343835 | 6 days ago | | | 0 | 0.0013539647 | |
| 21341490 | 7 days ago | | | 0 | 0.00068748504 | |
| 21333988 | 8 days ago | | | 0 | 0.00086992685 | |
| 21304851 | 12 days ago | | | 0 | 0.00038687924 | |
| 21290497 | 14 days ago | | | 0 | 0.00030589283 | |
| 21290468 | 14 days ago | | | 0 | 0.00031095749 | |
| 21290430 | 14 days ago | | | 0 | 0.00017374309 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address recipient, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newUri)
setContractUri(string _newUri)
setMinterContract(address _newMinter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _minter, string _tokenUri, string _contractUri, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()