Ethereum: How to Parse msg.Data
Here is an article on how to analyze msg.data in smart contracts from Ethereum: Analysis msg.data in Ethereum Smart Contracts If a contract forwards data from another contract to its own function, the receiving contract generally expects the data to be analyzed and returned as part
learn more