NTE SECURITY SENTRY

ADMINISTRATIVE ACCESS GATEWAY

Connect one of the authorized administrative roles to begin.

NTE Sentry

Dashboard

Node Meta

Active Blockchain State

On-chain parameters refreshed in real-time straight from node meta-layer

Contract: 0x...
Token Asset
Loading... NTE
Total Supply
0.00 Fixed Multi-Network
Breaker State
Operational Circuit-Breaker Active
Current Admin
0x... Multi-Sig Owner
Sync Height
0 Sync Active

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_ROLE

Emergency Pause (Direct Call)

Method: pause(bool)
Payload: 0x...

Contract Resume (Timelocked)

Requires 48-hour timelock execution.
Method: unpause()
Payload: 0x...
Dashboard Telemetry Interval
Critical Anomalies

0

High Alerts

0

RBAC Config Logs

0

Sentry Triggers

0

Alert Severity Ratios

CRITICAL HIGH MEDIUM LOW

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_ROLE

System Logic: Blocks transaction execution if executed inside a specified block interval by the same sender, preventing sandwich exploits.

Status:Loading...
Block Span:0 Blocks
Min Delay:0s
Method: setMevProtectionConfig(bool,uint256,uint256)
Payload: 0x...

Velocity Limits Shield

SECURITY_ROLE

System Logic: Enforces a strict transaction speed limit, mapping transactions against rolling window ceilings.

Status:Loading...
Max Tx Count:0 Tx
Window:0s
Method: setVelocityLimitConfig(bool,uint256,uint256)
Payload: 0x...

Anti-Dump Protection

SECURITY_ROLE

System Logic: Enforces ceilings on sell transactions and blocks whales from executing rapid large swaps.

Status:Loading...
Max Sell Percent:0.0%
Sell Cooldown:0s
Method: setAntiDumpConfig(bool,uint256,uint256)
Payload: 0x...

Price Impact Subsystem

SECURITY_ROLE

System Logic: Calculates expected slippage using pool reserves, blocking transactions that exceed maximum price distortion thresholds.

Status:Loading...
Max Slippage:0.0%
Method: setPriceImpactLimitConfig(bool,uint256)
Payload: 0x...

Wallet Trade Cooldown

SECURITY_ROLE

System Logic: Enforces standard block spacing delays on user wallets to interrupt automated bot liquidity drainage campaigns.

Status:Loading...
Cooldown Secs:0s
Method: setWalletCooldownConfig(bool,uint256)
Payload: 0x...

Circuit Breaker Shield

onlyTimelock

System Logic: Enforces standard basis point ceilings on all transfers. Instantly freezes transfers if breached. Can also exempt custom wallets (e.g. pools).

Status:Monitoring Active
Max Limit:0.00%
Method: setCircuitBreaker(uint256,address,bool)
Payload: 0x...

Tax Fee & Auto-Liquidity Engine

Monitor live tax rates, auto-liquidity provisions, and treasury redirects. Updates are timelocked for investor protection.

Fee Routing Rates

onlyTimelock

System 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.

Buy:0.00%0 bps
Sell:0.00%0 bps
Transfer:0.00%0 bps
Method: setAllTaxBasisPoints(uint256,uint256,uint256)
Payload: 0x...

Auto-Liquidity Calibration

onlyTimelock

System Logic: routes a dedicated percentage of transaction taxes automatically into standard LP tokens to support stability.

Status:Loading...
Fee Share:Loading...
Collector:0x...
Method: configureAutoLiquidity(bool,uint256,address,bool)
Payload: 0x...

Treasury Vault Redirection

onlyTimelock

System Logic: Re-targets all collected fees to an alternative multisig address. Payload queueing prevents takeover attempts.

Current Vault Receiver: 0x...
Method: setTreasury(address)
Payload: 0x...

Rescue Vault Redirection

onlyTimelock

System Logic: Re-targets the emergency rescue vault to a new address. This is heavily timelocked.

Current Rescue Vault: 0x...
Method: setEmergencyRescueVault(address)
Payload: 0x...

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.

Active Circulating Supply 0.00%
Circulating Burned Tokens
Circulating quantity:0 NTE
Burned quantity:0 NTE

Public Deflationary Burn Portal

PUBLIC

Deflationary Action: Lock up and burn native NTE tokens from your connected wallet, reducing circulating supply permanently.

Method: burn(uint256)
Payload: 0x...

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

GOVERNANCE_ROLE Unknown
TREASURY_ROLE Unknown
EMERGENCY_ROLE Unknown
SECURITY_ROLE Unknown

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_ROLE

System Logic: Enforces standard transfer bans on targeted malicious bot nodes. Support dynamic expiry epoch limits for temporary blocks.

Method: setBlacklist(address,bool,uint256)
Payload: 0x...

Whitelist Registry

SECURITY_ROLE

System Logic: Permits authorized testers to trade when Whitelist-Only private mode is active. Includes expiry limits for security audits.

Method: setWhitelist(address,bool,uint256)
Payload: 0x...

Exemption Calibrator

SECURITY_ROLE

System Logic: Registers helper exceptions. Allows specific partner contracts to bypass trading taxes or security shields cleanly.

Method: setTaxExempt(address,bool)
Payload: 0x...

Whitelist-Only VIP Mode

SECURITY_ROLE

System Logic: Standard security switch. Toggles whitelist-only trading enforcement globally. Ideal for closed testing windows.

Method: setWhitelistMode(bool)
Payload: 0x...

Role Delegations Registry

onlyTimelock

System Logic: Delegates permissions to accounts. Heavy updates must pass 48-hour Governance Timelock delay queues.

Method: grantRole(bytes32,address)
Payload: 0x...

DEX Routing & Gatekeeper Policies

Configure PancakeSwap pool integrations and manage trusted factories, routers, and keepers.

PancakeSwap Integrations

onlyTimelock

System Logic: Enforces standard path definitions for price queries. Swapping tax percentages is protected behind timelocks to block frontrunning vulnerabilities.

Router:0x...
Pair NTE/BNB:0x...
Launch Time:Loading...
Method: setPancakeRouter(address)
Payload: 0x...

DEX Gatekeeper Policies

SECURITY_ROLE

System Logic: Enforces exclusion boundaries on trusted factories, routers, or keepers to protect operations against arbitrary double-taxation triggers.

Method: setTrustedFactory(address,bool)
Payload: 0x...

Helper Whitelist Enforcement

SECURITY_ROLE

System Logic: Enforces whitelist requirements globally on partner contracts bypassing trading limits, preventing bot exploitation of bypass paths.

Method: setHelperWhitelistEnforcement(bool)
Payload: 0x...

Factory Pair Auto-Registrar

SECURITY_ROLE / KEEPER

System Logic: Instantly queries reserve sizes and registers a new PancakeSwap exchange pair generated by a trusted factory contract.

Method: registerPairFromFactory(address)
Payload: 0x...

DEX Pair Status Registrar

onlyTimelock

System Logic: Registers or unregisters a DEX liquidity pair address for proper tax application. Prevents tax evasion on additional trading pools.

Method: setDexPairStatus(address,bool)
Payload: 0x...

Governance Timelock Execution Builder

Construct, queue, and dispatch timelocked administration parameters directly via MetaMask injected wallet.

Timelock Configuration Constraints

Execution Delay (Seconds) Unknown
Grace Period (Seconds) Unknown

Dynamic Payload Generator

GOVERNANCE_ROLE

Process 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.

💡 Pipeline Verification & Decision Tree:
Orange Badge (N Hours Wait): The 48-hour delay is active. Click Cancel to revoke if it is malicious or incorrect.
Green Badge (Ready): The 48h waiting lock is complete! Click Execute Inline to apply the change immediately.
Red Badge (Expired): The proposal exceeded its 7-day grace window and became stale. It cannot be executed and must be cancelled/re-queued.
Querying on-chain queue...

Timelock Lifecycle

1

Queue Proposal

Admin computes calldata and signs `queueAction()`. Delay calculated (48 hours).

2

Wait Review Gate

Mandatory waiting window of 48 hours begins. Enables complete trace audit.

3

Execute Action

Admin signs `executeAction()`. Delay constraints enforced on-chain.

Emergency Recovery

onlyTimelock

System Logic: Rescues accidentally sent BEP20 tokens or BNB back to the emergencyRescueVault. Heavily timelocked.

Current Rescue Vault: 0x...
Method: emergencyWithdrawToken(address,address,uint256)
Payload: 0x...

Incident Logs Feed

Streamed from server-side listeners with MongoDB and Mongoose sync

No alerts stored.

Token Branding & Metadata updates

Dynamically update the on-chain branding, token name, and ticker symbol globally.

TREASURY_ROLE / OWNER
Method: setNameAndSymbol(string,string)
Payload: 0x...