Transfer function in the USDT contract

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

1 Like

Hi @trongdth,

Welcome to the community :wave:

You should be able to call ERC20 functions such as transfer using SafeERC20 such as safeTransfer.

1 Like

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.

1 Like

anw, i can manage this problem. tyvm for your help @abcoathup

1 Like

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