NFT from Unstoppable Domain has possible spam in true

Hi! I am using this endpoint /{address}/nft to retrieve a wallet´s NFTs, and I found out that assets from UD have possible_spam as true. This is right?

Example: address 0xadf8a238c1fcc62e1121367e482e035fd33c1e3a in polygon mainnet

Response

{
  "page": 1,
  "page_size": 100,
  "cursor": null,
  "result": [
    {
      "token_address": "0x822fabd036e292be80a84a5dcb395aadaef7c8e9",
      "token_id": "1",
      "amount": "1",
      "owner_of": "0xadf8a238c1fcc62e1121367e482e035fd33c1e3a",
      "token_hash": "5e128e1161dd561ce29e8f02fcff7b50",
      "block_number_minted": "50490735",
      "block_number": "50496266",
      "possible_spam": false,
      "contract_type": "ERC1155",
      "name": "$2000 USDT Airdrop",
      "symbol": "2000usdt.top",
      "token_uri": "https://ipfs.moralis.io:2053/ipfs/bafybeif2uejkncqoatsf2njqama5x3fxrg55ieaspsb4mbeympc2h4b7rq/token.json",
      "metadata": "{\"name\":\"$2000 USDT Airdrop\",\"description\":\"Owning this badge indicates that the user has received $2000 USDT Airdrop.  \\nVisit official website:https://2000usdt.top\",\"external_url\":\"https://2000usdt.top\",\"image\":\"ipfs://bafybeighnxqaispmj5rbgj7bvatfclqcnw4h6a7wbytwb45jkr4dm6eyyy/usdt.jpg\",\"attributes\":[{\"trait_type\":\"Website\",\"value\":\"https://2000usdt.top\"}]}",
      "last_token_uri_sync": "2023-11-28T21:01:59.691Z",
      "last_metadata_sync": "2023-11-28T21:17:56.416Z",
      "minter_address": "ERC1155 tokens don't have a single minter",
      "verified_collection": false
    },
    {
      "token_address": "0xe8afd0a1e0a9522a6cece4a3d6002626b6e864b4",
      "token_id": "1",
      "amount": "1",
      "owner_of": "0xadf8a238c1fcc62e1121367e482e035fd33c1e3a",
      "token_hash": "6a0aaf9661e219715ef5d6cf9b58936e",
      "block_number_minted": "50379810",
      "block_number": "50380328",
      "possible_spam": false,
      "contract_type": "ERC1155",
      "name": "$3000 USDT Airdrop",
      "symbol": "3000usdt.org",
      "token_uri": "https://ipfs.moralis.io:2053/ipfs/bafybeiav4xxazfi3zkbarhuynhogme5m6dwl6wushu4bxs7ty3t2hf2wpy/token.json",
      "metadata": "{\"name\":\"$3000 USDT Airdrop\",\"description\":\"Owning this badge indicates that the user has received $3000 USDT Airdrop.  \\nVisit official website:https://3000usdt.org\",\"external_url\":\"https://3000usdt.org\",\"image\":\"ipfs://bafybeidzsxtu7k3bviqdmnf5jp6edq4bnaefd3wxqa4okv5wzim4xnspyy/USDT.JPG\",\"attributes\":[{\"trait_type\":\"Website\",\"value\":\"https://3000usdt.org\"}]}",
      "last_token_uri_sync": "2023-11-25T16:52:20.047Z",
      "last_metadata_sync": "2023-11-28T21:24:20.037Z",
      "minter_address": "ERC1155 tokens don't have a single minter",
      "verified_collection": false
    },
    {
      "token_address": "0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f",
      "token_id": "905163406797462653483893192165167613553601751573382705233414643396752324501",
      "amount": "1",
      "owner_of": "0xadf8a238c1fcc62e1121367e482e035fd33c1e3a",
      "token_hash": "0b600b18ca42c09b4aa1b650691f20db",
      "block_number_minted": "40949809",
      "block_number": "40949809",
      "possible_spam": true,
      "contract_type": "ERC721",
      "name": "Unstoppable Domains",
      "symbol": "UD",
      "token_uri": "https://api.unstoppabledomains.com/metadata/905163406797462653483893192165167613553601751573382705233414643396752324501",
      "metadata": "{\"name\":\"eduardonola10.wallet\",\"tokenId\":\"905163406797462653483893192165167613553601751573382705233414643396752324501\",\"namehash\":\"0x02004de8c23a60f84a53419af5cf1004f2095d79b4522452a328090baa863795\",\"description\":\"A CNS or UNS blockchain domain. Use it to resolve your cryptocurrency addresses and decentralized websites.\",\"external_url\":\"https://unstoppabledomains.com/search?searchTerm=eduardonola10.wallet\",\"image\":\"https://api.unstoppabledomains.com/metadata/image-src/eduardonola10.wallet.svg\",\"image_url\":\"https://api.unstoppabledomains.com/metadata/image-src/eduardonola10.wallet.svg\",\"attributes\":[{\"trait_type\":\"Ending\",\"value\":\"wallet\"},{\"trait_type\":\"Level\",\"value\":2},{\"trait_type\":\"Length\",\"value\":13},{\"trait_type\":\"Subdomains\",\"value\":0},{\"trait_type\":\"Type\",\"value\":\"standard\"},{\"trait_type\":\"Character Set\",\"value\":\"alphanumeric\"}],\"background_color\":\"EDEDEE\"}",
      "last_token_uri_sync": "2023-10-24T13:49:44.936Z",
      "last_metadata_sync": "2023-10-24T13:49:48.890Z",
      "minter_address": "0xc2fca6ce33f44dc17b18fc853b52ac2f8ab43ab2",
      "verified_collection": false
    }
  ],
  "status": "SYNCED"
}

Hi @lucholeves

Please use the review contract endpoint to report this. And our devs will have a look at and fix it.

You can report it through our docs by calling the endpoint with the contract details.

1 Like

Perfect, I will use that endpoint, thanks!

@johnversus I’m getting a 400 error when I try to send the request

{
  "message": "contracts must contain not more than 25 elements, contracts must contain at least 1 elements"
}

This is the request

curl --request POST \
     --url 'https://deep-index.moralis.io/api/v2.2/contracts-review?chain=polygon' \
     --header 'accept: application/json' \
     --header 'X-API-Key: YOUR_API_KEY' \
     --header 'content-type: application/json' \
     --data '
{
  "contracts": {
    "contract_address": "0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f",
    "reason": "This contract belongs to Unstoppable Domain project.",
    "report_type": "not_spam",
    "contract_type": "NFT"
  }
}
'

Hi @lucholeves

Looks like contracts should be an array, not a json. I have reported this for you😄

1 Like

Hey, any update about this issue?

Hi @lucholeves

It seems to be fixed now :raised_hands:

{
  "token_address": "0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f",
  "name": "Unstoppable Domains",
  "symbol": "UD",
  "contract_type": "ERC721",
  "synced_at": "2021-12-06T00:00:00.000Z",
  "possible_spam": false,
  "verified_collection": false
}

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.