hey everyone!
simply put i need to send tokens that are in the contract to a burn wallet. my code has transferFrom, transfer & approve, but this isn't working. it only let's me send from my connected wallet back to my connected wallet 🤦♂️
is there a way I can do this by using the approve function to allow my owner wallet to send the tokens out of the contract address?
maybe I'm looking at it wrong.. thanks in advance!
Sep 20, 2021, 6:42 PM
you can't transfer tokens from the contract if you don't have a specific function
Sep 20, 2021, 6:43 PM