The mapping of the contract is public on the chain. Is there any way to find all the mapping data of the contract (can not use sql?)
Jul 6, 2023, 3:50 AM
yes by looping
Jul 6, 2023, 3:51 AM
I don't want to write data to find
Jul 6, 2023, 3:52 AM
Not sure about that, I haven't tried it with direct mapping, I use functions for that
Jul 6, 2023, 3:53 AM
the only way is by tracking TXs from the first state change
Jul 6, 2023, 1:35 PM
okay
Jul 6, 2023, 1:35 PM
If you can use backend try web3.eth.getStorageAt()
Jul 7, 2023, 2:00 PM