BlockTimestamp

Base contract that is overridden for tests

Functionsโ€‹

_blockTimestampโ€‹

  function _blockTimestamp(
  ) internal view returns (uint256)

Method that exists purely to be overridden for tests

Return Values:โ€‹

Type
Description

uint256

current block timestamp

Last updated