Skip to content

Commit

Permalink
added isAddress locale
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed May 29, 2021
1 parent 06aae71 commit fc1c1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/contract.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
$tron = new Tron($fullNode, $solidityNode, $eventServer, null, true);
$contract = $tron->contract('TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'); // Tether USDT https://tronscan.org/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t


// Data
echo $contract->name();
echo $contract->symbol();
Expand Down

0 comments on commit fc1c1a6

Please sign in to comment.