Active Blockchain State
On-chain parameters refreshed in real-time straight from node meta-layer
Emergency Circuit Breaker Control
Emergency Action: Instantly pause all transfers globally if a vulnerability or exploit is detected on-chain. Include Owner specifies whether the pause rule also overrides owner exemptions.
Emergency Pause (Direct Call)
Contract Resume (Timelocked)
0
0
0
0
Alert Severity Ratios
Event Activity & Frequency (24 Hours)
Security Shield Configurations
Exposes live configurations and provides instant parameter adjustments for the 5 core protection shields.
MEV Protection Shield
SECURITY_ROLESystem Logic: Blocks transaction execution if executed inside a specified block interval by the same sender, preventing sandwich exploits.
Velocity Limits Shield
SECURITY_ROLESystem Logic: Enforces a strict transaction speed limit, mapping transactions against rolling window ceilings.
Anti-Dump Protection
SECURITY_ROLESystem Logic: Enforces ceilings on sell transactions and blocks whales from executing rapid large swaps.
Price Impact Subsystem
SECURITY_ROLESystem Logic: Calculates expected slippage using pool reserves, blocking transactions that exceed maximum price distortion thresholds.
Wallet Trade Cooldown
SECURITY_ROLESystem Logic: Enforces standard block spacing delays on user wallets to interrupt automated bot liquidity drainage campaigns.
Circuit Breaker Shield
onlyTimelockSystem Logic: Enforces standard basis point ceilings on all transfers. Instantly freezes transfers if breached. Can also exempt custom wallets (e.g. pools).
Tax Fee & Auto-Liquidity Engine
Monitor live tax rates, auto-liquidity provisions, and treasury redirects. Updates are timelocked for investor protection.
Fee Routing Rates
onlyTimelockSystem Logic: Taxes transfers to treasury vault. Individual tax limits capped at 25.00%. Total taxes capped at 50.00%. Delays updates using a 24-hour change cooldown.
Auto-Liquidity Calibration
onlyTimelockSystem Logic: routes a dedicated percentage of transaction taxes automatically into standard LP tokens to support stability.
Treasury Vault Redirection
onlyTimelockSystem Logic: Re-targets all collected fees to an alternative multisig address. Payload queueing prevents takeover attempts.
Rescue Vault Redirection
onlyTimelockSystem Logic: Re-targets the emergency rescue vault to a new address. This is heavily timelocked.
Deflationary Burn & Active Supply
Active supply distribution tracking. Burned tokens are locked in the `0x0000...0000` address, permanently removing them from active circulation on-chain.
Public Deflationary Burn Portal
PUBLICDeflationary Action: Lock up and burn native NTE tokens from your connected wallet, reducing circulating supply permanently.
Pre-Trade Sell Simulation
System logic: queries `checkSellability()` view function directly to verify whether an expected trade size triggers safety restrictions, estimating exact tax deductions and price impacts.
Access, Whitelists & RBAC Calibration
Trace privilege mappings, perform full exemption status audits, and calibrate security access rules.
Active Role Holders
Unified Exemption Auditing Mappings
Process logic: queries `getExemptionStatus()` directly to evaluate whether a wallet is fully exempted from basic taxes, MEV checks, velocity limitations, and trade cooldown delays.
Blacklist Registry
SECURITY_ROLESystem Logic: Enforces standard transfer bans on targeted malicious bot nodes. Support dynamic expiry epoch limits for temporary blocks.
Whitelist Registry
SECURITY_ROLESystem Logic: Permits authorized testers to trade when Whitelist-Only private mode is active. Includes expiry limits for security audits.
Exemption Calibrator
SECURITY_ROLESystem Logic: Registers helper exceptions. Allows specific partner contracts to bypass trading taxes or security shields cleanly.
Whitelist-Only VIP Mode
SECURITY_ROLESystem Logic: Standard security switch. Toggles whitelist-only trading enforcement globally. Ideal for closed testing windows.
Role Delegations Registry
onlyTimelockSystem Logic: Delegates permissions to accounts. Heavy updates must pass 48-hour Governance Timelock delay queues.
DEX Routing & Gatekeeper Policies
Configure PancakeSwap pool integrations and manage trusted factories, routers, and keepers.
PancakeSwap Integrations
onlyTimelockSystem Logic: Enforces standard path definitions for price queries. Swapping tax percentages is protected behind timelocks to block frontrunning vulnerabilities.
DEX Gatekeeper Policies
SECURITY_ROLESystem Logic: Enforces exclusion boundaries on trusted factories, routers, or keepers to protect operations against arbitrary double-taxation triggers.
Helper Whitelist Enforcement
SECURITY_ROLESystem Logic: Enforces whitelist requirements globally on partner contracts bypassing trading limits, preventing bot exploitation of bypass paths.
Factory Pair Auto-Registrar
SECURITY_ROLE / KEEPERSystem Logic: Instantly queries reserve sizes and registers a new PancakeSwap exchange pair generated by a trusted factory contract.
DEX Pair Status Registrar
onlyTimelockSystem Logic: Registers or unregisters a DEX liquidity pair address for proper tax application. Prevents tax evasion on additional trading pools.
Governance Timelock Execution Builder
Construct, queue, and dispatch timelocked administration parameters directly via MetaMask injected wallet.
Timelock Configuration Constraints
Dynamic Payload Generator
GOVERNANCE_ROLEProcess Guide: Select any function restricted under `onlyTimelock` to dynamically render input parameters. Click 'Compile Payload' to build ABI data hex.
Active Timelock Pipeline
Sync Status: Displays proposals currently waiting or ready in the on-chain 48-hour timelock delay queue.
Timelock Lifecycle
Queue Proposal
Admin computes calldata and signs `queueAction()`. Delay calculated (48 hours).
Wait Review Gate
Mandatory waiting window of 48 hours begins. Enables complete trace audit.
Execute Action
Admin signs `executeAction()`. Delay constraints enforced on-chain.
Emergency Recovery
onlyTimelockSystem Logic: Rescues accidentally sent BEP20 tokens or BNB back to the emergencyRescueVault. Heavily timelocked.
Incident Logs Feed
Streamed from server-side listeners with MongoDB and Mongoose sync
Token Branding & Metadata updates
Dynamically update the on-chain branding, token name, and ticker symbol globally.