Variables ​
Inherits:Constants
State Variables ​
dexLastUpdateTimestamp ​
dex => UpdateType => last update time when a Dex config was updated
solidity
mapping(address => mapping(UpdateType => uint256)) public dexLastUpdateTimestamp;
Enums ​
UpdateType ​
solidity
enum UpdateType {
RANGES,
THRESHOLD
}