Momoco NFT
Verified contract
Active on
Ethereum with 2,146 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 "Momoco NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274505 | 3 days ago | | | 0 | 0.00042369395 | |
| 21262389 | 5 days ago | | | 0 | 0.00016764970 | |
| 20905680 | 2 months ago | | | 0 | 0.00057792925 | |
| 20448838 | 4 months ago | | | 0 | 0.00012906898 | |
| 20325388 | 4 months ago | | | 0 | 0.00028323823 | |
| 18990946 | a year ago | | | 0 | 0.00066439361 | |
| 18295230 | a year ago | | | 0 | 0.00010786000 | |
| 17670912 | a year ago | | | 0 | 0.0012915177 | |
| 17562263 | a year ago | | | 0 | 0.00095249915 | |
| 17426733 | a year ago | | | 0 | 0.00099669199 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwner(uint256 nftID, address owner) view returns (bool isNFTOwner)
listMyNFT(address owner) view returns (uint256[] tokens)
mintedNunber(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(address user, bytes _signatures) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address wallet, uint256 amount)
purchaseNFT(uint256 amount) payable
purchaseWhitelist(uint256 amount, bytes sign) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseData(bool isRevealed, string uri)
setReveal(bool reveal_)
transferFrom(address from, address to, uint256 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 wallet, uint256 amount)
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)
PurchaseEvent(address purchaseWallet, uint256 nftID, uint256 purchaseTimestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()