is the contract/EOA that invokes the function and that tx.origin is the EOA that sent the transaction, but on Google people are saying that _msgSender() is msg.sender and some are saying it's tx.origin
The tx.origin is global variable but msg.sender is involved variable in a function.
Обсуждают сегодня