|
@@ -289,8 +289,8 @@ class Txmx extends Backend
|
|
|
{
|
|
{
|
|
|
@file_put_contents("usdt.txt", "-123\r\n", 8);
|
|
@file_put_contents("usdt.txt", "-123\r\n", 8);
|
|
|
//实例化TRON
|
|
//实例化TRON
|
|
|
-// $service = Web3Service::instance('bsc', 'usdt', '');
|
|
|
|
|
- $service = Web3Service::instance('bsc', 'tusd', '');
|
|
|
|
|
|
|
+ $service = Web3Service::instance('bsc', 'usdt', '');
|
|
|
|
|
+// $service = Web3Service::instance('bsc', 'tusd', '');
|
|
|
@file_put_contents("usdt.txt", json_encode($service) . "-bsc的实例化\r\n", 8);
|
|
@file_put_contents("usdt.txt", json_encode($service) . "-bsc的实例化\r\n", 8);
|
|
|
//实例化出款地址[有Usdt余额的用户钱包]
|
|
//实例化出款地址[有Usdt余额的用户钱包]
|
|
|
$address = new Address($money_info['address'], $money_info['privateKey'], '');
|
|
$address = new Address($money_info['address'], $money_info['privateKey'], '');
|