Will it be possible to get address state at a given block within smart contract execution logic?
Something like:
block(10297202).(address('Ox...').balance)
I assume it's not possible currently due to:
- Miners do not hold the whole chain (In general).
- Computational power will be added to every block generation.
- Question regarding reading past events info in Solidity