Skip to main content
Helpful?

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:

TypeDescription
uint256current block timestamp
Helpful?