XIC Token Presale System - TRC20 Monitor + Admin Panel
Go to file
NAC Admin 0594e4fdd8 refactor: 重构 usePresale.ts,提取公共函数消除冗余代码
- 提取 getUsdtDecimals(network) 函数,消除多处重复的 network === 'ETH' ? 6 : 18 判断
- 提取 extractPurchasedAmount(receipt, contract, defaultAmount) 函数,消除 buyWithUSDT/buyWithBNB 中重复的 TokensPurchased 事件解析逻辑
- 提取 extractErrorMessage(err) 函数,消除两个购买函数中重复的错误处理逻辑
- 删除 return 块中重复的 calcTokens: calcTokens(已在 v3 修复)
- 代码从约 300 行精简,逻辑更清晰,维护性更强
2026-03-20 17:58:38 +08:00
.manus/db fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
backup/20260309_203736 fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
client refactor: 重构 usePresale.ts,提取公共函数消除冗余代码 2026-03-20 17:58:38 +08:00
contracts fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
deploy-logs fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
drizzle feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
logs fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
patches fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
server feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
shared feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
.gitignore fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
.gitkeep fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
.prettierignore fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
.prettierrc fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
CHANGELOG_20260320_buy_btn_fix.md docs: 添加购买按钮修复工作日志 2026-03-20 2026-03-20 08:42:03 +08:00
components.json fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
drizzle.config.ts feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
ecosystem.config.cjs fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
ideas.md fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
package-lock.json fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
package.json feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
pnpm-lock.yaml fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
todo.md fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
tsconfig.json feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
tsconfig.node.json fix: wallet watchAsset - use wallet.watchAsset() for token details button, fix EVMPurchasePanel setShowWalletModal ref error 2026-03-10 09:42:04 +08:00
vite.config.ts feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00
vitest.config.ts feat: XIC预售系统完整部署 - TRC20监控+管理后台+链上数据 [2026-03-10] 2026-03-10 07:21:32 +08:00