iexbase / tron-api

A PHP API for interacting with Tron (TRX)
https://iexbase.github.io/tron-api/
MIT License
405 stars 287 forks source link

$tron->contract() throws exception #187

Open ershad7 opened 10 months ago

ershad7 commented 10 months ago

When trying to interact with TRC20 USDT contract the following code:

$tron->contract('TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t');

throws and exception "Failed to execute. Error:Smart contract is not exist."

most of the other issues are due to this function not working.