Quick Intel Documentation
  • πŸ‘‹Introduction
    • Welcome to Quick Intel
    • Supported Chains
  • πŸͺ™QKNTL Token
    • Introduction
    • Token Information
    • Tiers & Benefits
    • Bridge (ETH <> ARB)
  • πŸ”ŽQuick Intel Scanner
    • Introduction
    • Supported Chains
    • LP Locker / LP Burn Support
    • Get Started Guides
      • πŸ”ŒScan A Contract
      • πŸ—ΊοΈScanner Overview
      • πŸ’²Token Details
      • πŸ‘οΈScanner Results
      • πŸ“„Other Features
    • ShadowShield AI
    • VeriFi - Project Info
  • 🧠Agent Studio
    • Introduction
  • 🦊MetaMask Snap
    • Introduction
    • Supported Chains
    • Snap FAQ
    • Snap Results Guides
      • πŸ”ŒQuick Intel Snap Scan
      • πŸ‘οΈView Snap Scan Results
  • πŸ‘¨β€πŸ’»Developer / Integration
    • API Integration
      • Introduction
      • πŸ”API Authentication
      • Supported Chains and DEX
      • API Endpoints
        • /getquickiaudit
        • /getquickiauditfull
        • /honeypot (by Dex & LP)
        • /honeypot (by Token)
        • /getsimilarexact
      • API Guides
        • Quick Intel Audit - Results
        • Quick Intel Audit Full
        • Honeypot/Tax Check
        • Honeypot/Tax Check - Results
    • Website Widget
    • Discord / TG Bots
      • Get Started Guides
        • βž•Installing and Configuring Bot
        • 🚢Run a Scan
        • πŸ”ŽRead results of Quick Intel Scan - Telegram
        • πŸ”ŽRead results of Quick Intel Scan - Discord
  • 🧠CRYPTO TERMINOLOGY
    • Categories
      • 1. Core Blockchain Concepts
      • 2. Cryptographic Elements
      • 3. Smart Contracts
      • 4. Tokens and Assets
      • 5. Trading and Exchange
      • 6. DeFi (Decentralized Finance)
      • 7. Wallets and Transactions
      • 8. Governance and Economics
      • 9. Technical Trading
  • ⁉️TROUBLESHOOTING
    • MetaMask Wallet Connect
  • πŸ“šResources
    • Official Links
    • Support & Team Contacts
    • Roadmap
    • Policies
Powered by GitBook
On this page
  • Quick Intel Audit Results
  • Quick Intel Audit In-Depth
  • External, Suspicious, and Scam Functions
  • Additional Data
  1. Developer / Integration
  2. API Integration
  3. API Guides

Quick Intel Audit - Results

The Quick Intel API full audit endpoint returns a lot of information. If you don't need all of that information, the Quick Audit endpoint may be exactly what you are after.

PreviousAPI GuidesNextQuick Intel Audit Full

Last updated 3 months ago

Quick Intel Audit Results

Let's walk through the results of the Quick Intel Audit to ensure you have an understanding of how to read the data.

The Audit result has 3 key sections.

  1. Token Details - Will return token information along with the token owner if there is one.

  2. Contract Verified - This will state if the contract is verified.

  3. Quick Intel Audit - This section outlines all of the audited results.

Quick Intel Audit In-Depth

Most items in the Quick Intel Audit are self-explanatory, but let's dive into a few areas to ensure a clear understanding.

  1. Let's look at the items "can_Blacklist" and "cant_Blacklist_Renounced".

    Although they sound similar, they serve different purposes.

    • "can_Blacklist" means the ability to perform this action is there.

    • "cant_Blacklist_Renounced" means that IF/WHEN the contract is renounced, they can no longer run the above action. If this were false, while the "can_Blacklist" was true, that would mean that IF/WHEN the contract gets renounced, the ability to perform this action is still there EVEN if it is renounced.

External, Suspicious, and Scam Functions

  1. Suspicious Functions refer to actions within the contract that may not be "normal". This does not constitute any action to be good or bad but is advised to review.

  2. External Functions are actions that can be run EVEN when the contract has been renounced.

  3. Audit Functions are functions related to the modification of taxes

  4. Scam Functions are known scams that are tracked by Quick Intel. This will return the matched scam, along with the scam data, when there is a match.

Additional Data

  1. Contract Links are links that have been embedded within the smart contract.

  2. Functions is the list of WRITE functions that are available.

  3. Only Owner Functions is the list of functions that are controlled via the "onlyOwner" modifier.

  4. Multi-Blacklist Functions are potential actions that can be used to multi-blacklist wallets.

πŸ‘¨β€πŸ’»
Results
Result 1
Result 2
Result 3