Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 978 Bytes

File metadata and controls

46 lines (29 loc) · 978 Bytes

Solidity API

CheckpointSystemStorage

This contract serves as the storage for checkpoints in the system.

csStorage

struct CheckpointSystemLib.CheckpointSystemStorage csStorage

Storage struct for the checkpoint system

MAX_TIME

uint256 MAX_TIME

globalSlopeChanges

function globalSlopeChanges(uint256 _timestamp) external view returns (int128)

Getters

delegateeSlopeChanges

function delegateeSlopeChanges(address _delegatee, uint256 _timestamp) external view returns (int128)

toGlobalClock

function toGlobalClock(uint256 _timestamp) public pure virtual returns (uint48)