ZLX-Check
Spot the Bug: the cliff that never held
Question 1 of 3Score 0/3
A vesting contract computes vested as (block.timestamp - start) * total / duration and returns it. The math is correct. What is still wrong?
A vesting contract computes vested as (block.timestamp - start) * total / duration and returns it. The math is correct. What is still wrong?