Returns a machine-readable string description of the clock the contract is operating on.
function CLOCK_MODE() external view returns (string memory);
Returns the current timepoint according to the mode the contract is operating on.
function clock() external view returns (uint48);