Trying to close an issue for https://floor.fun/, it’s an nft miniting app accross all platform.
I am to take an nft url e.g Hocus Pocus | Manifold, verify that is a valid manifold mint i.e. it exists, get the contract address from it (and vice versa if the contract was given generate the url from it), get it miniting start timestamp and stop timestamp, the amount / cost to mint a single unit and the creators info i.e. social profile, wallet address, and this values are the use to enable minting on manifold but within floorsnft app.
1/2 solved. appreciate. I want to also do the same with the nft contract address i.e. take in an address and if valid get the same info i get from the instanceSlug. I have queried the contracts metadata or reads method on etherscan, to see if there is any way i could link a metadata to an instance slug, this hasn’t been successful.
What is the suggested way to get an instance slug from a contract address ? or the name in the metadata field ? (Api docs dont exist for claims any longer)