and hope someone can help
CompilerError: Stack too deep when compiling inline assembly: Variable value1 is 1 slot(s) too deep inside the stack.
it doesn't point to any specific line and there are exactly 0 variables in the code called "value1". not sure wot do?
u hit the limit number of variables (its 16 i think) theres some workarounds https://soliditydeveloper.com/stacktoodeep/
i thought this was just for functions though? does this mean i have too many variables in the contract itself? usually when i get stack errors it points to an offending function and it's just that function that needs to be simplified.
too much var in the function =)
but it doesn't point to a function is the problem. and none of my functions or any part of the contract uses a "value1"
i get function stack errors all the time because my functionality testing methods are borderline blasphemous. but this isn't the error message i usually get
Обсуждают сегодня