Back to ArexAi

Official on-chain registry

Contracts, controls & transparency.

This page is the canonical reference for ARXAI contracts on BNB Smart Chain. It separates immutable rules, administrator permissions, verified evidence and unfinished security work.

Canonical contract registry

Every deployed address, in one place.

Always compare the complete address before signing. Source verification links published code to deployed bytecode; it is not a security guarantee.

01

ARXAI token

Fixed 1,000,000,000 supply

EXACT MATCH

0xeaa12b3be7cdec7749b972ed5c342f4e933ccbb3

Control

No owner or administrator

Fixed rules

No mint, pause, blacklist or upgrade function

Open verified source
02

Presale round 1

50M ARXAI · $0.01

EXACT MATCH

0x52c880e4d54a5dd3ca7dd185d44715017b25dee0

Control

Owner can pause and finalize after end

Fixed rules

Price, dates, allocation, USDT and treasury

Open verified source
03

Presale round 2

25M ARXAI · $0.02

SIMILAR MATCH

0x0709b5f668280f54b48b953c3d2bd7e137e43398

Control

Owner can pause and finalize after end

Fixed rules

Price, dates, allocation, USDT and treasury

Open verified source
04

Team vesting

50M · 20 calendar releases

EXACT MATCH

0x2d607fdb0da6407c29c2d4bdafab2e1479eb5ee2

Control

No owner; release can be triggered by anyone

Fixed rules

Beneficiary, tranche amount and release dates

Open verified source
05

Listing reserve

575M · 20 fixed tranches

EXACT MATCH

0x6af332c903c8f3fde0e620b360247c28476a2180

Control

Owner authorizes each eligible tranche

Fixed rules

Beneficiary, total allocation and tranche size

Open verified source
06

Liquidity reserve

200M ARXAI custody

EXACT MATCH

0xc141a3f0c90f3fa3b5f55fac6683715a14835e42

Control

Owner releases to the liquidity manager

Fixed rules

Token, manager and total allocation

Open verified source

Administrator permission matrix

What administrators can—and cannot—do.

“Owner” describes a contract permission, not ownership of tokens held in an unrelated user wallet.

CapabilityARXAI tokenPresalesTeam vestingListing reserveLiquidity reserve
Create additional ARXAINoNoNoNoNo
Freeze or seize holder tokensNoNoNoNoNo
Change price, dates or allocationN/ANoNoNoNo
Pause purchasesN/AOwnerN/AN/AN/A
Release scheduled/reserved tokensN/ANoPermissionlessOwnerOwner
Transfer contract ownershipNo ownerOwnerNo ownerOwnerOwner

Current governance boundary: presale and reserve owner permissions are presently associated with the project administrator. Moving operational ownership to a tested multisignature wallet remains a published security objective.

Purchase and asset flow

The transaction path is visible on-chain.

The presale routes accepted USDT to the configured treasury and transfers ARXAI to the buyer in the same confirmed purchase transaction.

01 · BUYER

Approve USDT

The connected wallet authorizes only the entered payment amount.

02 · PRESALE CONTRACT

Validate and settle

Dates, wallet limits, price and remaining allocation are checked by the deployed contract.

03 · SAME TRANSACTION

USDT → treasury
ARXAI → buyer

Unsold round inventory can only be burned after that round ends.

Domain ↔ contract identity

The official domain publishes and links the exact BNB Smart Chain addresses used by the purchase interface.

Official domain
arexaidata.com
Round 1 contract
0x52c880e4d54a5dd3ca7dd185d44715017b25dee0
ARXAI token
0xeaa12b3be7cdec7749b972ed5c342f4e933ccbb3
Payment treasury
0xDE3DbDa5eB157bFc9a56C426C2006c0Cd4958a9e

Verified purchase evidence

SUCCESS · BLOCK 122,623,535

100 USDT settled for 10,000 ARXAI.

The transaction receipt records 100 USDT transferred from the buyer to the configured treasury, 10,000 ARXAI transferred from the Round 1 contract to the buyer, and the USDT allowance reduced to zero after settlement.

Open successful transaction on BscScan
Exact-amount contract flow
usdt.safeTransferFrom(msg.sender, paymentTreasury, usdtAmount);
token.safeTransfer(msg.sender, tokenAmount);
Never send USDT, USDC, BNB or ARXAI directly to a presale or treasury address. Use only the official purchase interface and verify every address before signing.

Security evidence and open work

Verified facts, without overstating assurance.

Internal tests support defined behaviors. They do not replace an independent audit or eliminate operational, liquidity, regulatory and market risk.

11 / 11

Hardhat tests passed

102

Slither detectors run

MATCH

ABI + executable bytecode

5 + 1

Exact + similar matches

01PUBLISHED

Public evidence

Source links, internal reviews, automated tests and external automated-check results are public.

02PLANNED

Multisignature admin

Transfer operational owner roles from a single administrator to tested multisignature governance.

03PENDING

Independent audit

A professional third-party review remains incomplete and must not be implied as finished.

04AFTER POOL

Liquidity proof

Publish pool creation, LP-token custody and lock evidence after real liquidity exists.

Automated security checks

Public results, labelled accurately.

Automated scanners provide useful independent signals, but they do not inspect the complete system like a contracted human audit and do not certify safety.

Honeypot.is

PASSED · LOW RISK

Simulated BSC buy and sell checks passed with 0% buy, sell and transfer tax and no detected buy or sell limit.

Scope note: No live DEX pair exists yet, so the provider used simulated liquidity. This result must be repeated after the liquidity pool is created.

Open public result

GoPlus Security

REVIEW NEEDED

GoPlus identifies ARXAI and reports 0% buy and sell tax, full sellability and no gas-abuse activity.

Scope note: Its index currently marks the source as unverified despite the public BscScan source match. A manual metadata review is pending; this is a data inconsistency, not a cleared audit finding.

Open public result

Slither 0.11.6

0 CRITICAL · 0 HIGH · 0 MEDIUM

The active contract workspace was examined with 102 detectors. Only three reviewed low-severity timestamp notices remain across presale scheduling and team vesting.

Scope note: This open-source automated analysis was run by the project and is not a third-party professional audit or a guarantee that no unknown vulnerability exists.

Open dated record

Not an audit certificate: these checks are published as dated technical evidence. The professional independent smart-contract audit remains pending.

Reports and machine-readable evidence

Check the complete record.

Dated reports distinguish current evidence from future work. JSON and llms.txt expose the same canonical facts to search engines and AI systems.

01

14 SEP 2026 · 3 pages

Internal Security Review

Automated analysis, reviewed Slither notices, material operational risks and remaining release gates.

02

14 SEP 2026 · 2 pages

Automated Test Report

Test outcomes, coverage measurements, verified behaviors and the fixed mainnet release configuration.

03

22 SEP 2026 · Plain-text record

PresaleRound Automated Review

Source and executable-bytecode matching, 102 Slither detectors, reviewed schedule notices and 11 passing contract tests.

Independent audit package prepared

Scope, deployed addresses, known risks and expected deliverables are public. Provider selection and engagement remain pending.

Open audit scope