Closed howardpen9 closed 1 year ago
Problem description: https://www.loom.com/share/3915dacf32e54619b8e39bc8ba201e88?sid=e521ab6b-c22c-44fb-9078-edabab390489
Line of code:
fun score_function(jetton_amount: Int): Int { return (jetton_amount * pow(10, 18) / self.durationTime * self.parameter / 1000); } fun durationTime(): Int { return now() - self.start_time; }
v1.0.12
Problem description: https://www.loom.com/share/3915dacf32e54619b8e39bc8ba201e88?sid=e521ab6b-c22c-44fb-9078-edabab390489
Line of code: