Feed/Gaming/@spacex_wdgame
27
Score · risky

@spacex_wdgame

Spacex-world game

SpaceX World presents itself as a meme-powered space MMO with GameFi elements on BSC, claiming features like multi-wallet login, PVE gameplay, and in-game token minting. The project has a 2+ year old account but only ~3k followers and recently began activity in June 2026 after apparent dormancy. While it shows some technical development (wallet integration, mobile optimization), the branding leverages SpaceX/Elon Musk associations without clear differentiation, and the sudden activity spike with token contract announcement raises concerns about substance versus hype.

AI Analysisrisky

Confidence
75%

SpaceX World presents itself as a meme-powered space MMO with GameFi elements on BSC, claiming features like multi-wallet login, PVE gameplay, and in-game token minting.

The project has a 2+ year old account but only ~3k followers and recently began activity in June 2026 after apparent dormancy.

While it shows some technical development (wallet integration, mobile optimization), the branding leverages SpaceX/Elon Musk associations without clear differentiation, and the sudden activity spike with token contract announcement raises concerns about substance versus hype.

Green flags: Multi-chain wallet integration implemented (Phantom, MetaMask, OKX, WalletConnect support) · Working product with mobile optimization underway · Active development visible in recent updates (GameFi features, PVE gameplay)

Red flags: Exploits SpaceX/Elon Musk branding without apparent official connection · Account created Dec 2022 but only became active recently, suggesting possible revival/pivot · Token contract published on BSC with vague tokenomics and 'inflationary system' mentions · Very low follower count (3k) for a 2+ year account indicates failed prior launch or dormancy · Heavy meme culture focus with unclear technical differentiation from existing GameFi projects

Token
Yes
Chain
BSC
Stage
mainnet+live
Category
space MMO GameFi

Recent tweetsSee all on 𝕏 →

手机版app已经上线 Android 1.0.1 app在线: https://t.co/pPktWDvxnQ iOS TrollStore IPA 已上线: https://t.co/xj1BRm5V3D 首页下载区:“安装 TrollStore 教程” “用 TrollStore 安装” https://t.co/GCQr2oJFhF
12h ago18💬 2🔁 11
在 SpaceX World 邀请好友: • 下级打金 → 你拿 5%–20% 返佣(按你的 自身 档位) • 下级充值 → 你拿其 1% 进场费 100% 目前社区缪群友:5 个绑定、4.4 钻佣金已产生(全部来自下级打金)。 玩法很简单—— 好友打金你分润,好友充值进场费全给你。 单级、无多级、绑定不可改。 https://t.co/GVSKO0UNhm
18h ago23💬 1🔁 5
Players like this game. play to earn. https://t.co/fQ0jt61qKo https://t.co/CUGfSaIXRe
2d ago18💬 1🔁 2
明早推出移动端,电脑 pad 和手机都数据同步,让更多的gamefi玩家通过游戏随时打金。
2d ago24💬 3🔁 8
SpaceX World 钻石经济透明说明 — 链上可查,自己验证 大家好。关于「钻石是不是平台随便发的、金库会不会被提走、打金有没有真实依据」,我们用可复现的方式说明。下面每条结论都对应 BSC 主网合约与 BscScan 链接,欢迎自行核对。 一、我们承诺什么(准确表述,不夸大) 充值钻石:每一笔充值都有链上记录,与真实付款钱包一一对应。玩家通过 CreditShop 合约买入,token 进入 GameFi 金库,链上 emit CreditDeposited 事件;服务端 Indexer 按 (chainId, txHash, logIndex) 幂等入账,同一 requestId 不能双记。 可提现钻石:不能凭空增发。数据库里的可提现背书,来自链上充值事件;提现必须走 PayoutClaim 合约,须 Claim Signer 的 EIP-712 签名,且由玩家绑定钱包自己调用 claim,金库才会付 token。 打金钻石:每一笔打金在服务端账本有唯一 requestId,受等级、日上限、储备健康系数等规则约束。需要说明:打金掉落当下不是「每颗都有一条独立链上 tx」——付费玩家打金变可提现前,须完成金库 Reserve→Backing 链上归集(游戏内会显示 pending)。从未充值账号产出的是「玩法钻石」,规则上不能直接提现。 金库安全:GameFi Vault 合约没有 owner 提取核心 token 的函数;团队不能从金库直接提走玩家充值的 $SPACEX-WORLD。 二、BSC 主网核心地址(Phase 0 部署收据) 代币 SpaceX-World https://t.co/L4tjUWoacb 玩家金库 GameFi Vault(充值 token 锁在这里) https://t.co/dwJZvHEYhN 源码:https://t.co/IKYBgkfEl8 Read Contract:https://t.co/A0A4GOFRWg Events:https://t.co/2FvSM74JSy 充值合约 CreditShop https://t.co/yIHjsMYjKR 源码:https://t.co/fwPeYlnsIO Events(CreditDeposited):https://t.co/hji00D4Uiu 提现合约 PayoutClaim https://t.co/ZzSDoi36GN 源码:https://t.co/vVcjb6pw2L Events(PayoutClaimed):https://t.co/2lKfszjFuO 金库当前持有的 token 余额(Holder 视图) https://t.co/VNU9R1TpkE 定价(链上固定):1 钻石 = 10,000 $SPACEX-WORLD(18 位小数),可在 CreditShop Read Contract 读 tokenPerCredit 核对。 Claim 签名者(与 Owner 分离,仅负责签发提现 claim) https://t.co/Ee26qdcK4o 以上 GameFi 合约已在 BscScan 完成源码验证,任何人可读代码、读状态、查事件。 三、三层结构:链上是资金真相,游戏内是规则与账本 链上(BSC):CreditShop 收 token 进 Vault 并 emit 充值事件;PayoutClaim 验证签名后从 Vault 付 token 给玩家;Vault 维护 Backing / Reserve / CommittedPayout 分桶,并强制执行偿付不变式。 服务端:Indexer 监听链上事件幂等入库;打金、抽奖、决斗等玩法按经济模型写账本,每笔变动 requestId 唯一;付费打金 pending 须链上 Reserve→Backing 证明后才变可提现 backing。 玩家可见:游戏内 GameFi → History 展示充值/提现 tx 链接;登录后可调用 /api/gamefi/history 查个人账本;公开接口 /api/gamefi/status 可核对合约地址与储备健康。 原则:可提现价值不能绕过链上背书;充值与提现以链上事件为最终依据。 四、为什么不能「游戏自己印钻石」或「平台偷偷增发」 充值只能链上触发。玩家须 approve + buyCredits,token 实际进入 Vault,且 received == tokenCost(防 fee-on-transfer 多记账)。没有 CreditDeposited 事件,就不会记可提现充值。 数据库硬约束。credits_total = backed_credits + farm_credits + locked_credits 恒等;gamefi_ledger 每笔 request_id 唯一,重复请求不能双记。 打金有上限与 pending 门控。付费打金写入 farm_drop 账本,变可提现前 metadata 为 pending_vault_reclassification,须 Reserve→Backing 链上归集完成。从未充值用户产出 gameplay 钻石,不能直接提现。 提现须签名 + 金库偿付。PayoutClaim 只接受 Claim Signer 签名的 EIP-712;nonce 全局唯一防重放;Vault payout 受模块权限、moduleAllowance 与偿付能力三重限制。 五、金库为什么安全:Owner 没有提款权限 GameFiVault 合约设计:Owner/admin 永远不能 withdraw 核心 token;唯一出金路径是白名单模块 PayoutClaim 的 payout,且须玩家钱包自己 claim。 rescueNonCoreToken 仅用于误转的其他代币;若 token 是核心 $SPACEX-WORLD,直接 revert CoreTokenRescueForbidden。可在 Vault 源码自行搜索验证。 Owner 仍可 pause、setModule、setModuleAllowance——这是运营/治理权限,不是「提走金库」。核心 token 在合约层面提不走。 偿付检查:balanceOf(vault) >= totalBackingLiability + committedPayouts;Read Contract 可读 totalBackingLiability()、committedPayouts()、freeReserve() 自行验算。
2d ago23💬 5🔁 3

Signal Timeline

DY
@Dylan_HODL followed
BFirst discovered·5d ago

Score breakdown0–100

🎯Scout quality
+18.55 / 25
📚Signal stack
0 / 30
🪪Profile
+14 / 15
✍️Content
0 / 10
🤖AI verdict
0 / 20
⚠️Penalties
-6 / 20
27
Below threshold (70)
Watching for additional signals.
Followers
3.0K
Account age
3.6y
Scouts
0
First seen
5d ago