Hi guys, I am learning about Solidity and I have a doubt.
Is there any way to send tokens like BUSD from 'msg.sender' for the contract?

Aug 30, 2022, 11:50 PM
If the contract is what calls for the BUSD to be sent, it has to be approved to take the BUSD

Otherwise, the msg.sender can directly transfer BUSD to a contract if it has a fallback function
Aug 31, 2022, 12:37 AM

© 2024 Draquery.com All rights reserved.