EVM & Tron Security Indicators

📘

This page documents the advanced security checks the Scanner API performs on EVM and Tron tokens. The analysis highlights key risks such as ownership control, honeypot behavior, trading restrictions, tax mechanisms, liquidity locks, and holder concentration.

Indicators

❗️

If verified is false, we cannot reliably analyze the contract. In that case, all other EVM/Tron indicators will be false (not applicable/uncheckable), and their values should be treated as unknown.

IndicatorDescription
honeypot.scoreScore that the token behaves like a honeypot (e.g., can’t sell, heavy traps). 0-100. Higher = more likely
honeypot.messageHuman-readable explanation of the honeypot assessment.
verifiedContract source is verified (enables deep analysis).
renouncedOwnership renounced (no privileged owner).
owner_addressCurrent contract owner (if any).
creator.addressDeployer/creator address.
creator.balanceCreator’s current token balance.
proxy_contractContract uses a proxy (logic can be upgraded).
take_back_ownershipContract contains a path to reclaim ownership.
hidden_ownersHidden ownership patterns detected.
anti_whaleAnti-whale rules exist (transfer size/rate limits).
anti_whale_modifiableAnti-whale settings can be changed later.
cannot_buyContract can prevent buying.
cannot_sell_allContract can prevent selling entire position.
has_whitelistWhitelist gating (only approved can trade).
has_blacklistBlacklist (addresses can be blocked).
limit_trades_over_timeRate limiting on transfers over time.
pausableTrading can be paused by owner/admin.
tax.buyBuy tax percentage.
tax.sellSell tax percentage.
tax.transferTransfer tax percentage.
tax_modifiableTaxes can be changed after deployment.
modify_tax_for_individualsPer-wallet tax rates possible.
make_external_callsContract calls external contracts on transfer/interactions (riskier surface).
change_balance_off_chainBalances can be altered by off-chain logic/admin.
can_selfdestruct_contractContract can self-destruct.
gas_abuseSuspicious gas-abusive patterns detected.
mintableNew tokens can be minted.
locked_liquidity[].pair_addressAddress of the liquidity pool.
locked_liquidity[].total_lockedTotal percent of LP locked/burned for that pool.
locked_liquidity[].locks[].percentagePercent covered by this lock entry.
locked_liquidity[].locks[].typeLock type (e.g., burn, vested).
holder_countTotal number of holders.
top_holders[]Largest holders snapshot.