// -> Conclusion: we want to allow this, for founders that might have forgotten to add some users, or to avoid issues with 
transactions not going through because of discoordination between block.timestamp and sender's local time
require(_startTimestamp > uint40(block.timestamp), "INVALID_START_TIMESTAMP")
