Momoco NFT

Verified contract

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

No balances found for "Momoco NFT"

0xd3ad3e8689f3e2d82085260eeba11e5464e3e3f4e765effd278baf8c1088a459
0xdb7b70c02aafd5ba34ac0244054636022f05a4e9924552bffba93cbfa3342571
0xf080a6391854d513f343085cd22c7615c9684bb122a408b9501341e6a114835a
0x1fd2d7108b51da4bd974b6fcb636174c34e5c0af2861793b3bc3d8a9f5042d89
0x89d7f2da8785abe95f124ba83c5d582868bb574eeebffb4fbe54f69594951012
0xd5fa01d22da55570ab1d48304c5c518d4bf0bf854c73cc995129203e3ce4fd4e
0xca39bd7c5ff093f43316138ac40045f13e7d4ae52f07e65d39686f02d3b6aabc
0x93f7d472da24b61063cbe84c8b9a28d29a8913679eb302b86d65d20e365dbf88
0x87143103ae71396a20d0f97bb39e8e7342bedae7b89740e68e06a70346500fc0
0x1da6c7ba075eef6709f874e8ff669eca389479d7002865de2192722b687cd065

Functions
Getter at block 21296236
INVENTORY(view returns (uint256)
10000
name(view returns (string)
Momoco NFT
owner(view returns (address)
0xe0c6fbeec7ce01a1614c81e04ddd7e909a88419d
querySellType(view returns (uint256)
2
symbol(view returns (string)
MMC
totalSupply(view returns (uint256)
1355
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOwner(uint256 nftIDaddress ownerview returns (bool isNFTOwner)
listMyNFT(address ownerview returns (uint256[] tokens)
mintedNunber(address addrview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
verify(address userbytes _signaturesview returns (bool)
State-modifying
approve(address touint256 tokenId
batchMint(address walletuint256 amount
purchaseNFT(uint256 amountpayable 
purchaseWhitelist(uint256 amountbytes signpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseData(bool isRevealedstring uri
setReveal(bool reveal_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBlindboxURI(string url
updateMintLimit(uint256 limit_
updatePriceN(uint256 price_
updatePriceW(uint256 price_
updatePrivateSale(uint256 time_
updatePublicSale(uint256 time_
updateSigner(address signer_
withdrawETH(address wallet
withdrawTo(address walletuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseEvent(address purchaseWalletuint256 nftIDuint256 purchaseTimestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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