Hello everyone one of my client reach me today they have problem due to using wrong function for transfer of token instead of transfer they used tranaferFrom
function withdrawTeamTokens(address _to, uint256 _amount) public onlyOwner {
TKM.transferFrom(address(this), _to, _amount);
}
Is there any way to recover tokens ?
Jan 29, 2022, 7:20 PM