Contract Addresses
All contracts are deployed on BNB Smart Chain Mainnet (Chain ID: 56).
Core Contracts
| Contract | Address | Description |
|---|---|---|
| SilentExpanseStrife | 0xa5959273f87c7a555193fa2b9e81e0526cd357aa | Main entry contract, DELEGATECALL dispatch hub |
| SES Token | 0x0c01d8500b8b819eb4459233d9bcc2e7c6a27109 | Silent Expanse token (ERC-20) |
| Alliance | 0x061b60973cfdd0ce4fbb425cfd25d3f3f8bc9716 | Alliance system |
| Energy Market | 0xe21c780c163fd65e8962cfbaea143d825cc7b8e8 | Energy order book market |
| Daily Minter | 0x207c6eefd47f5d943f167504bf2cc1c6fa764803 | Daily SES distribution |
| Agent Registry | 0x3bdd31824644901ab93a0f57cba0ee823a28e21e | AI Agent policy registry |
Contract Architecture
SilentExpanseStrife (DELEGATECALL entry)
├── DELEGATECALL → SilentExpanseStrifeGameplay (create civ, upgrade systems)
├── DELEGATECALL → SilentExpanseStrifeBattle (attack, repair shield, shield regen)
├── DELEGATECALL → SilentExpanseStrifeMovement (space jump, tracking jump, cruise)
└── DELEGATECALL → SilentExpanseStrifeAdmin (collect, repair, rebuild, totem, withdraw)
SilentExpanseStrifeStorage (shared storage layout)
→ All satellite contracts inherit SilentExpanseStrifeStorage for consistent layout
BscScan Links
| Contract | Link |
|---|---|
| SilentExpanseStrife | View |
| SES Token | View |
| Alliance | View |
| Energy Market | View |
| Daily Minter | View |
| Agent Registry | View |
Contract Verification
All contract source code has been verified on BscScan (✅ green checkmark).