Contract Security
Security Items | Parameter | Description | Notice |
---|---|---|---|
Open Source |
| Returns "1" if the contract is open-source, "0" if the contract is closed-source. | Closed-sourced contracts may hide various unknown mechanisms and are extremely risky. When the contract is closed-source, other risk items will return null. |
Proxy Contract |
| Returns "1" if the contract is a proxy contract, "0" if the contract is not a proxy contract. | (1) Will not be returned if "is_open_source" is 0. |
Mint Function |
| Returns "1" if the contract has the ability to mint tokens, "0" if the contract does not have the ability to mint tokens. | (1) Will not be returned if "is_open_source" is 0. |
Owner Address |
| This contract's owner address. No value will be returned if the owner address is unknown. An empty sting will be returned if the contract has no owner. | (1) Will not be returned if "is_open_source" is 0. |
Take Back Ownership |
| Returns "1" if ownership can be reclaimed; "0" if it cannot. Will not be returned if reclamation data is unknown. | (1) Will not be returned if "is_open_source" is 0. |
Owner Can Change Balance |
| Returns "1" if the contract owner can change token holder balances; "0" if it cannot. Will not be returned if reclamation data is unknown. | (1) Will not be returned if "is_open_source" is 0. |
With Hidden Owner |
| Returns "1" if the contract has hidden owners; | (1) Will not be returned if "is_open_source" is 0. |
Self-Destruct |
| Returns "1" if the contract can self-destruct; | (1) Will not be returned if "is_open_source" is 0. |
With External Call |
| Returns "1" if the contract can call functions in other contracts during the execution of primary methods; | (1) Will return no data if "is_open_source" is 0. |
Gas abuse |
| Return "1" if the contract is using user's gas fee to mint other assets. | Any interaction with such addresses may result in loss of property. |
Trading Security
Security Item | Parameter | Description | Notice |
---|---|---|---|
Is in DEX |
| Returns "1" if the token can be traded in a decentralized exchange; "0" if not. | Only true if the token has a marketing pair with mainstream coins/tokens. |
Buy Tax |
| Returns the buy tax of the token on a scale from 0 - 1. An empty string ("") means that the tax is unknown. | (1) Will not be returned if "is_in_dex" is 0. |
Sell Tax |
| It describes the tax when selling the token. An empty string ("") means unknown. | (1) When "is_in_dex": "0", there will be no return. |
Transfer Tax |
| It describes the tax when transfering the token between non-dex token account. An empty string | (1) When "is_in_dex": "0", there will be no return. |
Cannot be bought |
| It describes whether the Token can be bought. "1" means true; "0" means false; No return means unknown. | (1) Generally, "cannot_buy": "1" would be found in Reward Tokens. Such Tokens are issued as rewards for some on-chain applications and cannot be bought directly by users. |
Cannot Sell All |
| It describes whether the contract has the function restricting the token holders from selling all the tokens. "1" means true; "0" means false; No return means unknown. | (1) When "is_in_dex": "0", there will be no return. |
Modifiable Tax |
| It describes whether the trading tax can be modifiable by token contract. "1" means true; "0" means false; No return means unknown. | (1) When When "is_open_source": "0", there will be no return. |
Honeypot |
| It describes whether the token is a honeypot. "HoneyPot" means that the token maybe cannot be sold because of the token contract's function, or the token contains malicious code. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Pausable Transfer |
| It describes whether trading can be pausable by token contract. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Blacklist |
| It describes whether the blacklist function is not included in the contract. If there is a blacklist, some addresses may not be able to trade normally. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Whitelist |
| It describes whether the whitelist function is not included in the contract. If there is a whitelist, some addresses may not be able to trade normally. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Dex info |
| It describes Dex's information on where the token can be traded. | (1) When "is_in_dex": "0", there will be an empty array. |
Anti Whale |
| It describes whether the contract has the function to limit the maximum amount of transactions or the maximum token position for a single address. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Modifiable anti whale |
| It describes whether the contract has the function to modify the maximum amount of transactions or the maximum token position. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Trading with CooldownTime |
| It describes whether the contract has a trading-cool-down mechanism that can limit the minimum time between two transactions. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Assigned Address' Slippage is Modifiable |
| It describes whether the owner can set a different tax rate for every assigned address. "1" means true; "0" means false; No return means unknown. | (1) When "is_open_source": "0", there will be no return. |
Info Security
Security Items | Parameter | Description | Notice |
---|---|---|---|
Token Name |
| ||
Token Symbol |
| ||
Token holder number |
| It describes the number of token holders. Example: | |
Token Total Supply |
| It describes the supply number of the token. Example: | |
Top10 holders info |
| It describes the top 10 holders' info. The info includes: | (1) About "locked": We only support the token lock addresses or black hole addresses that we have included. |
Owner Balance |
| It describes the balance of the contract owner. | When "owner_address" returns empty, or no return, there will be no return. |
Token Percentage of Owner |
| It describes the percentage of tokens held by the contract owner. | (1) 1 means 100% here. |
Creator Address |
| It describes this contract's owner address. | |
Creator Balance |
| It describes the balance of the contract owner. Example: | |
Token Percentage of Creator |
| It describes the percentage of tokens held by the contract owner. Example: | 1 means 100% here. |
LP token holder number |
| It describes the number of LP token holders. | When "is_in_dex": "0", there will be no return. |
LP Token Total Supply |
| It describes the supply number of the LP token. | (1) When "is_in_dex": "0", there will be no return. |
Top10 LP token holders info |
| It describes the top 10 LP holders' info. The info includes: | (1) When "is_in_dex": "0", there will be no return. |
Airdrop Scam |
| It describes whether the token is an airdrop scam. "1" means true; "0" means false; None means no result (Because We did not find conclusive information on whether the token is an airdrop scam). | Only "is_airdrop_scam": "1" means it is an airdrop scam. |
Trust List |
| It describes whether the token is a famous and trustworthy one. "1" means true; No return no result (Because We did not find conclusive information on whether the token is an airdrop scam). | (1) Only "trust_list": "1" means it is a famous and trustworthy token. (2) No return doesn't mean it is risky. |
Other Potential Risks |
| It describes whether the contract has other potential risks. Example: "other_potential_risks": "Owner can set different transaction taxes for each user, which can trigger serious losses." | (1) If we haven't found any other potential risk yet, there will be no return. |
Note |
| It describes whether the contract has other things investors need to know. Example: "note": "Contract owner is a multisign contract." | (1) If we haven't found any other thing which is valuable yet, there will be no return. |
Fake Token |
| It indicates whether the token is a counterfeit of a mainstream asset. If it is, the value is set to 1, and true_token_address is the address of the authentic mainstream asset that the token is imitating on this public chain. If there are multiple mainstream assets with the same name, they will be separated by commas.
| If there is no evidence indicating that it is a counterfeit asset, there will be no return. |
In Major Cex |
| Whether this token has been listed on major centralized exchanges and can be considered widely trusted within the industry, with relatively low risk.
| (1) If we cannot find this token in our known CEXs, this field will not be returned. It doesn't mean it is risky |
Launchpad Token |
| Whether this token is deployed through well known and trusworthy launchpad. Four launchpad token. For launchpad tokens, the contract code has been fully audited and all permissions are properly restricted, so it can be considered secure at the code level (though rug pull risks may still exist).
| (1) If we cannot find this token in our launchpad supported list, this field will not be returned. It doesn't mean it is risky. |