Currently we don't expose every information a due to contract size limitations this becomes increasingly tricky.
Therefore we should implement a mechanism similar to the requireTxGas function that allows reading of the contract state by providing the reader logic to the Safe contract (the Safe contract then would perform a delegate call and return the response data while reverting).
This would minimize the code of the master copy while increasing the flexibility
Currently we don't expose every information a due to contract size limitations this becomes increasingly tricky.
Therefore we should implement a mechanism similar to the
requireTxGasfunction that allows reading of the contract state by providing the reader logic to the Safe contract (the Safe contract then would perform a delegate call and return the response data while reverting).This would minimize the code of the master copy while increasing the flexibility