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 ts) external;
function ORACLE_CONTRACT_ADDRESS() external view returns (address);
function ALLOCATION_START() external view returns (uint256);
function ALLOCATION_SIZE() external view returns (uint32);
}Storage Layout
Slot Range
Meaning
Service Semantics
Constants
Constant
Value
Description
Rationale
Spec History
Last updated