Security Items | Parameter | Description | Notice |
---|---|---|---|
NFT Name |
| ||
NFT Symbol |
| ||
NFT Description |
| It describes the introduction of the NFT. | |
NFT ERC |
| It describes the ERC protocol of the NFT. | |
Creator Address |
| It describes the creator's address of the NFT. | |
The number of blocks created |
| It describes the number of blocks created for the NFT. | |
Website URL |
| It describes the website URL of the NFT. | |
Discord URL |
| It describes the discord URL of the NFT. | |
Github URL |
| It describes the GitHub URL of the NFT. | |
Twitter URL |
| It describes the Twitter URL of the NFT. | |
Medium URL |
| It describes the medium URL of the NFT. | |
Telegram URL |
| It describes the telegram URL of the NFT. | |
NFT Items |
| It describes the numbers of the NFT. | |
NFT Holders |
| It describes the holders of the NFT. | |
The average price in 24h |
| It describes the average price of the NFT in 24h. | |
The lowest price in 24h |
| It describes the lowest price of the NFT in 24h. | |
The sales in 24h |
| It describes the sales of the NFT in 24h. | |
The trading volume in 24h |
| It describes the trading volume of the NFT in 24h. | |
The total volume |
| It describes the total volume of the NFT. | |
The highest price |
| It describes the highest price of the NFT. | |
The NFT is verified |
| It describes whether the NFT is verified. | |
The info of duplicate name NFTs |
| It describes the info of other NFTs with duplicate names and symbols. | |
Trust List |
| It describes whether the NFT is a famous and trustworthy one. | (1) Only "trust_list": "1" means it is a famous and trustworthy NFT. |
Malicious NFT |
| It describes whether this NFT has performed malicious behaviors. | Malicious behaviors include random additions, blacklist abuse, falsified transactions, and other high-risk behaviors. Interacting with NFTs flagged as Malicious may contain a high level of risk. |
Open Source |
| It describes whether this contract is open source. | Un-open-sourced contracts may hide various unknown mechanisms and are extremely risky. When the contract is not open source, we will not be able to detect other risk items. |
NFT Contract is Proxy |
| It describes whether this NFT contract has a proxy contract. | (1) When "is_open_source": "0", it will return "null". |
Metadata is frozen |
| It describes whether the metadata of this NFT is stored in IPFS, AR, generated by contract, or another decentralized way. | When "is_open_source": "0", it will return "null". |
Can burn others NFT |
| It describes whether the NFT owner can burn others' NFT.
(2)owner_address (3)owner_type
| Privileged_burn means that the owner can burn others' NFTs directly through the method. |
Can transfer NFT without approval (sleep mint) |
| It describes whether the NFT owner can transfer NFT without approval. | Transfer_without_approval generally means the scammer does not need to get approvals to transfer another address's NFT. |
Privileged Minting |
| It describes whether the NFT contract has minting methods which can only be triggered by an address with special privileges. | Some minting methods can only be triggered by an address with special privileges. Generally speaking, these are usually for the owner to mint. |
Selfdestruct |
| It describes whether this NFT contract can self-destruct. | When the self-destruct function is triggered, this contract will be destroyed, all functions will be unavailable, and all related assets will be erased. |
Approval Restriction |
| It describes whether the NFT contract can restrict the approval, resulting in NFT can not be traded on the NFT DEX. | If this risk exists, it means that users will not be able to trade the NFT on the exchange and only privileged users in the whitelist will be able to trade normally. |
Oversupply Minting |
| It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. | Oversupply minting refers to the existence of a special mint method in the NFT contract — the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. |