Timer Universal store of current contract time for testing environments. Functions setCurrentTime(time) getCurrentTime() setCurrentTime(uint256 time) external Sets the current time. Will revert if not running in test mode. Parameters: time: timestamp to set currentTime to. getCurrentTime() → uint256 public Gets the current time. Will return the last time set in setCurrentTime if running in test mode. Otherwise, it will return the block timestamp. ← Testnet ERC 20 Token Factory →