Fenguoz / tron-php

Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
MIT License
194 stars 65 forks source link

TRC20 Transfer Fail #5

Closed you19891003 closed 3 years ago

you19891003 commented 3 years ago

提示: contract validate error : account does not exist 但是用balance 函数查询我账号上有5 USDT了

Fenguoz commented 3 years ago

从提示上看,检查下传入的contract_address和decimals参数是否正确呢

you19891003 commented 3 years ago

已解决,我的账户问题,谢谢!