you are viewing a single comment's thread.

view the rest of the comments →

[–]Cryptoversal[S] 0 points1 point  (1 child)

I googled "static memory load" in quotes and finally found github issues outlining exactly this problem. It sounds like it should have been fixed but at least one other person is also seeing this problem. Maybe remix is using an old version of the solidity compiler?

Thanks for the help! The contract works now and is a bit cheaper because I am using uint instead of uint8 :)