I'm trying to get the value of private variables from web3.eth.getStorageAt() that requires 2 parameters, one is an address, and another is index position. So, I have 3 questions.
How to get the index position? (How do I know that my desired variable's index is?)
Is it possible to get the value of private variables from other contracts that I don't have any ABI of them?
Is it possible to get the value of private variables from the contract by another contract? (No need front end client like web3js)