You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[+] Survivors
Mutation:
File: /home/.../Contract.sol
Line nr: 495
Result: Lived
Original line:
@notice Update the times for start, stop and uncap.
Mutated line:
@notice Update the times fo < art, stop and uncap.
Relevant code in my contract:
/** @notice Update the times for start, stop and uncap. @dev The start time cannot be changed if people already contributed. No time can be changed if the deal is over. @param startTimestamp Timestamp when the deal opens to investors @param endTimestamp Timestamp when the deal closes to investors @param uncapTimestamp Timestamp when the maxAlloc personal cap stops being enforced @param _publicTimestamp Timestamp when the whitelist stops being enforced. Set to `endTimestamp` to always enable, set to zero to always disable. */function updateTimestamps(
uint256startTimestamp,
uint256endTimestamp,
uint256uncapTimestamp,
uint256_publicTimestamp
) externalonlyRole(ROLE_MANAGER) { /* ... */ }
The text was updated successfully, but these errors were encountered:
See exerpt below:
Relevant code in my contract:
The text was updated successfully, but these errors were encountered: