CaptureTimestampManager
CaptureTimestampManager
Abstract contract for managing capture timestamps
Methods
getCaptureTimestamp
function getCaptureTimestamp() public view virtual returns (uint48 timestamp)
Returns the current capture timestamp
Returns
Name | Type | Description |
---|---|---|
timestamp | uint48 | timestamp The current capture timestamp |
_now
function _now() internal view returns (uint48)
Returns the current timestamp
Returns
Name | Type | Description |
---|---|---|
uint48 | timestamp The current timestamp |