XYLO-(ˈzaɪloʊ; ˈzaɪlə)That from which something comes into existence, source, or origin.
-Pharoah
Ancient philosopher of the Pleiades
ca. 137,952 X.C.
Subscribe For Updates
Mint Xylocat™ Ancestral NFTs
The Xylocat™ Ancestral NFT collection contains 1,337 NFTs of cats in space.
The mint price is 0.1 eth which is the standard price for future collections. For more information about the collection and images
please read about it in the Ancestral archive. The latest versions of MetaMask and Chrome browser are officially supported for minting operations.
You will receive different images, these are samples only.
BY CLICKING ON THE "Mint Xylocat Ancestral NFTs" BUTTON BELOW OR BY ACQUIRING A XYLOCATS NFT, YOU (A) ACKNOWLEDGE THAT YOU
HAVE READ, UNDERSTAND, AND AGREE TO THE NFT LICENSE, WHICH CONSTITUTES A BINDING AGREEMENT BETWEEN YOU AND XYLOCATS; AND (B)
REPRESENT AND WARRANT THAT YOU MEET ALL ELIGIBILITY REQUIREMENTS AND HAVE THE RIGHT, POWER, AND AUTHORITY TO AGREE TO THE LICENSE.
IF YOU DO NOT AGREE TO THE LICENSE TERMS, DO NOT CLICK TO AGREE, AND YOU MAY NOT ACQUIRE A XYLOCATS NFT.
You must accept the NFT License terms before proceeding. To continue, accept the terms on this page and also sign the terms when prompted in your web3 wallet.
Your transaction has been submitted. Once it has been confirmed you can view your Xylocat™
Ancestral tokens on the My Tokens page.
Transaction:
View on Etherscan:
The Ancestral NFT has been fully minted. The next series to mint will be the Eclipse collection.
Subscribe to our Twitter for updates when the next collection launches.
Warning: No web3 wallet has been detected. Please connect your wallet to this website using the "Connect Wallet" button at the top right of this site.
The latest versions of MetaMask and Google Chrome are the officially supported wallet / browser combination for this site.
If your wallet has been connected please refresh this page.
import { ethers } from "/js/ethers-5.2.esm.min.js";
import * as walljs from '/js/walletintegration.js';
// init event listeners
window.addEventListener("load", async () => {
// connect to the wallet
btnConnectWallet.addEventListener('click', walljs.connectWallet);
// fire event if the user changes the chains
window.ethereum.on('chainChanged',walljs. handleChainChanged);
// handle account change
window.ethereum.on('accountsChanged', walljs.w3AccountsChanged);
// if the wallet has been connected to the site then update the UI
walljs.autoConnect();
}, false);