This guide shows how to get account by using the getAccountStorage function and get related information from account object.
Get Account Object
This section shows how to get account object and information of this account object.
Can reference Quick Start to know how to create reader.
CallStatic method provided by ethers.js. callStatic is a useful method that submits a state-changing transaction to an Ethereum node, but asks the node to simulate the state change, rather than to execute it. Our script can then return the result of the simulated state change.