Skip to content

Commit fc1c1a6

Browse files
committed
added isAddress locale
1 parent 06aae71 commit fc1c1a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/contract.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
$tron = new Tron($fullNode, $solidityNode, $eventServer, null, true);
1919
$contract = $tron->contract('TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'); // Tether USDT https://tronscan.org/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
2020

21-
2221
// Data
2322
echo $contract->name();
2423
echo $contract->symbol();

0 commit comments

Comments
 (0)