WIN-2308041133\Administrator vor 7 Monaten
Ursprung
Commit
ee1c637b76
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      vendor/fenguoz/tron-php/src/TRC20.php

+ 1 - 0
vendor/fenguoz/tron-php/src/TRC20.php

@@ -28,6 +28,7 @@ class TRC20 extends TRX
     public function balance(Address $address)
     {
         $format = Formatter::toAddressFormat($address->hexAddress);
+        var_dump($format);
         $body = $this->_api->post('/wallet/triggersmartcontract', [
             'contract_address' => $this->contractAddress->hexAddress,
             'function_selector' => 'balanceOf(address)',