Hi everyone!
Getting call amountsOut function of contract return error
“faults=overflow, operation=ToNumber”. What i’m doing wrong?
Jan 10, 2021, 8:24 PM
Your result is probably too big to be turned into a number - as the error says. So keep things as BigNumbers or as strings
Jan 10, 2021, 9:23 PM
Thanks both of you i resolved it
Jan 10, 2021, 9:54 PM
lol yeah ^
Jan 10, 2021, 11:06 PM