High-Precision Timestamp
High-Precision Timestamp system contract — sub-second timestamp oracle service backed by Oracle storage.
Motivation
Specification
Address
Interface
interface IHighPrecisionTimestamp {
function timestamp() external view returns (uint256);
function update(uint256 index) external;
function oracle() external view returns (address);
function baseSlot() external view returns (uint256);
function maxSlots() external view returns (uint32);
}Storage Layout
Slot Range
Meaning
Service Semantics
Constants
Constant
Value
Description
Rationale
Spec History
Last updated