Skip to main content

CaptureTimestampManager

Git Source

CaptureTimestampManager

Abstract contract for managing capture timestamps

Methods

getCaptureTimestamp

function getCaptureTimestamp() public view virtual returns (uint48 timestamp)

Returns the current capture timestamp

Returns

NameTypeDescription
timestampuint48timestamp The current capture timestamp

_now

function _now() internal view returns (uint48)

Returns the current timestamp

Returns

NameTypeDescription
uint48timestamp The current timestamp