getting this error from a contract trying to get the value of a storage variable:
error: Failed to decode output: TypeError: response is undefined
Aug 13, 2018, 7:52 PM
in remix?
if yes, you need to open the tab(should be active) with the source code of the contract where is located function which you call
Aug 13, 2018, 8:08 PM
Fixed it wasn't properly encoding bytes in memory for the constructor
Aug 13, 2018, 9:12 PM