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

"CONTRACT_VALIDATE_ERROR" #19

Closed jos89 closed 2 years ago

jos89 commented 2 years ago

Hello, when I try to invoke getTRC20 () -> transfer() I always get this error: "CONTRACT_VALIDATE_ERROR" Transfer Fail.

my current: 'contract_address' => 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'

What could be the problem? did i read maybe i should include bandwidth? how can I do?

thank you

Hateem76 commented 2 years ago

Hello, when I try to invoke getTRC20 () -> transfer() I always get this error: "CONTRACT_VALIDATE_ERROR" Transfer Fail.

my current: 'contract_address' => 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'

What could be the problem? did i read maybe i should include bandwidth? how can I do?

thank you

how did you solve it then?