hi @abcoathup
how’s about the other methods (Can not call the function approve() of the USDT contract)? i mean how do i call transfer method?
thx
hi @abcoathup
how’s about the other methods (Can not call the function approve() of the USDT contract)? i mean how do i call transfer method?
thx
Hi @trongdth,
Welcome to the community 
You should be able to call ERC20 functions such as transfer using SafeERC20 such as safeTransfer.
Thanks @abcoathup. But I am facing the problem when transferring USDT token from my smart contract to another wallet address by using safeTransferFrom. It runs ok when I call that method from wallet address to smart contract. Thanks for your help.
anw, i can manage this problem. tyvm for your help @abcoathup
Hi @trongdth,
I’m glad you were able to resolve.
A post was split to a new topic: Issue calling Transfer function in the USDT contract