I am trying to build a no-code tool for users, I want to be able to transfer tokens on the user's behalf.
anytime I call the IERC20(token address).approve
function, my metamask does not a return a screen like the attached image and the IERC20(token address).transferFrom
function does not execute.
Approve function
tps://i.stack.imgur.com/NfyMC.png