> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# BlockTimestamp

Base contract that is overridden for tests

## Functions

### \_blockTimestamp

```solidity theme={null}
  function _blockTimestamp(
  ) internal view returns (uint256)
```

Method that exists purely to be overridden for tests

#### Return Values:

| Type    | Description             |
| :------ | :---------------------- |
| uint256 | current block timestamp |
