I have the following question, lets say a transaction calls a Smart Contract's function, which changes the contract's state on Ethereum Mainnet. E.g. a counter variable was set from 0 to 1. Is there an easy way to access the previous state via Web3JS?
Thanks in advance!