MinuteTrade SuperAdmin

Connect your admin or superAdmin wallet (MetaMask) to access the control panel. Ensure you're on BSC Mainnet (Chain ID 56).

CONTRACT PAUSED — All trader operations blocked. Use Emergency section to unpause.
Dashboard
Protocol overview · MinuteTrade v6.5.1
Not connected
Protocol Overview
Live on-chain data from MinuteTrade v6.5.1 smart contract
Vault Balance
Trader reserve (USDT)
Admin Fee Pool
Claimable admin fees
On-Chain USDT
Real contract balance
Total Capital
Active locked capital
Total Traders
Registered addresses
Total Leaders
Active leader slots / 200
SL Accrued
Super leader pending
Daily Rate
Passive rate / day
Protocol Health
Contract Status
Income Cap
Cap Mode
Cap Multiplier
Ref Base Mode
Liquidity Ratio
Active Ref Levels
Super Leader
Fee & Rate Config
Deployer Fee
Admin Fee
Daily Rate
Max Daily Rate
Leader Bonus Range
Liquidity Floor
Min Deposit
Min Withdraw
Quick Actions
Contract Addresses v6.5.1
Contract
Admin Wallet
Deployer Wallet
USDT Token (BSC)0x55d398…7955

v6.5.1 size-fix release: Merged 4 events to fit under the 24 576-byte Spurious Dragon limit — CapToggled+CapModeSet+CapMultiplierSet → CapConfigSet, DepFeeSet+AdminFeeSet → FeesSet. EmergencyPaused/Unpaused removed — Pausable base emits Paused/Unpaused(address).
Vault & Fees
Withdraw admin fees · Sync vault surplus · Monitor treasury health
Admin Fee Pool
Ready to withdraw
Vault Balance
Reserved for traders
On-Chain USDT
True contract balance
SL Accrued
Super Leader pending
All Leaders Accrued
Pending leader claims
Total Capital
Active trader capital
Withdraw Admin Fees

Admin fee pool is isolated from vault (v6.0 F-02 fix) — withdrawals never affect trader balances.

Vault Sync

Reconciles on-chain USDT against all tracked liabilities: vault + adminFeePool + superLeaderAccrued + all leader accrued. Any surplus is added to vaultBalance.

Run this after direct USDT transfers into the contract or to recover any unaccounted surplus.

Rates & Fees
Set daily passive rate · Deposit fees · Leader bonus range · Liquidity reserve
Passive Daily Rate
1.50% / day
Current:
Max Daily Rate Ceiling

dailyRate cannot exceed this. Hard contract limit: 30% (3000 bps).

Current:
Deposit Fees

depFee → deployerWallet directly · adminFee → adminFeePool. Hard cap 20% each; combined must be <100%.

Current:
Current:
Leader Bonus Range

Leader rate must fall in [minBonusRate, maxBonusRate]. Hard cap: 10% (1000 bps).

Current:
Current:
Liquidity Reserve Ratio

After any payout, vault must retain at least this % of the post-payout balance (v6.4 E-04 fix — applied to afterPayout, not vaultBalance). Hard cap: 50% (5000 bps).

Current:
Minimums
Floor values for all trader operations · setMinimums([6]) · All values ≥ 1 wei
Operation Minimums (USDT)

Enter plain USDT amounts (e.g. 10 = 10 USDT). All 6 must be ≥ 0.000001.

Current On-Chain Values
Min Deposit
Min Trade
Min TopUp
Min Withdraw
Min Claim IVF
Min Claim Wallet
Referral Plan
Configure multi-level commission rates · setRefPlan() · setRefBaseMode() [SuperAdmin]
Commission Levels

Max 20 levels. Total >0 and <10000 bps. Rates in basis points (100 bps = 1%).

Total: 0 bps (0.00%)
Current Plan (On-Chain)
Connect wallet to load
Referral Base Mode

Capital: commissions on trade/topUp amount. Passive: commissions on pending passive income at time of trade.

Current Mode
Income Cap
Configure passive/marketing income limits · configCap() [SuperAdmin only]
Cap Configuration
30000 = 3× capital. Hard cap: 10× (100000 bps)

Cap Mode Descriptions
None (0) — No cap enforcement. All income flows freely.
Passive (1) — Only passive income tracked against cap limit.
Marketing (2) — Only referral/marketing income tracked.
Merged (3) — Combined passive + marketing tracked together.
Current Cap State
Enabled
Cap Mode
Multiplier
Check Trader Cap Status
Leaders
Add · Update · Remove leaders · Max 200 slots · Bonus range applies globally
Add Leader
Must be in [minBonusRate – maxBonusRate]

adminAddr and superLeaderWallet cannot be leaders (v6.0 F-10 fix).

Update Leader
Remove Leader

Removes from leaderList (swap-and-pop). Accrued balance remains claimable by leader after removal (v6.5 G-04 fix — rate zeroed, claimLeaderBonus() guard updated).

Leader Registry
AddressRateStatusAccrued (USDT)Group Deposits (USDT)Actions
Connect wallet to load
Super Leader
Single super leader earning a % of every deposit · Cannot also be a regular leader (v6.0 C-03)
Set Super Leader

Pass address(0) or 0x000…000 to clear the slot. Rate must be in [minBonusRate, maxBonusRate]. Bonus is reserved from vault on each deposit.

Ignored when clearing. Must be in bonus range.
Current Super Leader
Wallet
Rate
Accrued (pending claim)

The super leader wallet calls claimSuperLeaderBonus() directly from their own wallet to withdraw accrued USDT.

Trader Lookup
Query any trader's full on-chain state — ledger, wallet, passive income, cap status
Trader Browser
Page 1 of · total
#AddressUsernameStatusCapital (USDT)Cap ExhaustedAction
Connect wallet and click Refresh to load traders.
Lookup Trader
SuperAdmin Access
Grant or revoke superAdmin rights · adminAddr is always superAdmin (v6.1 B-09) · Cannot self-demote
Manage SuperAdmin

SuperAdmins can call setRefBaseMode() and configCap(). adminAddr cannot be self-demoted (B-09 guard).

Contract Access Roles
👑 Admin — Full access. All write functions. Cannot be changed.
⚡ SuperAdmin — Can call setRefBaseMode() and configCap().
👤 User — No admin access. Trader-only functions.
Admin Address
Connected Wallet
Your Role
Grants & Transfers
Issue USDF/IVF grants · Clawback grants · Transfer USDF between addresses
Issue USDF Grant

Adds to spendable USDF balance and grantedUSDF tracker. Does not count as real deposit — realUSDFIn unchanged, so username registration still requires a real deposit.

Issue IVF Grant

Credited directly to IVF (withdrawable USDT). Uses INCOME_GRANT — cap tracking completely bypassed; passiveEarned/marketingEarned unaffected (v6.5 G-05 fix).

Clawback Granted USDF

Removes grantedUSDF from spendable balance (capped at available USDF). Full original grant is deducted from totalUSDFIn to prevent balance drift (v6.3 D-03 fix).

Transfer USDF

Admin moves USDF between wallets. Recipient's totalUSDFIn updated (v6.1 B-07 fix). from ≠ to, amount > 0, from must have sufficient USDF balance.

Auto Credit
Push pending passive income into trader IVF balances · Single address or batch (max 500)
Single autoCredit()

Manually pushes pending passive into one trader's IVF. Advances lastClaim only after successful credit (v6.5 G-03 fix). Reverts if raw == 0 or cap exhausted.

Batch autoCreditAll()

Push passive into multiple traders at once. Max 500 per batch (MAX_BATCH_SIZE). Traders with pending=0 or cap exhausted are silently skipped (G-03).

0 addresses · Max 500 per batch (MAX_BATCH_SIZE). Cap-exhausted traders silently skipped.
Username Admin
Override any trader's username · Lookup address↔username mappings · Check availability
Admin Set Username

Admin can override any address's username. Old key deleted first. 3–20 chars, a-z 0-9 underscore only (case-insensitive, stored lowercase).

Lookup & Resolve
Event Log
Recent on-chain events from the last 5,000 blocks · All v6.5 events supported
Recent Events
Connect wallet and click Refresh to load events.
Emergency Controls
Pause / Unpause the contract · Admin-only · All trader operations blocked while paused
Contract State

Pausing blocks: trade(), buyUSDFunds(), withdraw(), claimPassive*(), claimLeaderBonus(), claimSuperLeaderBonus(), withdrawAdminFees(), autoCredit(), autoCreditAll().

Actions

Use only in emergencies. Blocks all user-facing operations immediately.

Resumes all normal operations.