I need to read the _decimals value from the IERC20 interface on the Zeppelin contract. The problem is that it’s a private value on the ERC20Detailed and is not included in the IERC20 interface. With Zeppelin contracts, is there a way to read the decimals value of an arbitrary erc20?
Environment
Details
Code to reproduce