'Etherscan fetching wrong parameter name in input data information table?

The information table (bottom of a tx page) in Etherscan shows one of the parameters' name of a function call is "_foo", while I cannot find any reference anywhere in the codebase (including JSON ABIs, events) to a parameters called "_foo".

How is this possible? Where does Etherscan fetch the name of these parameters from?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source