Deviation
Elliot Friedman, Volt Protocol
contract that determines whether or not a new value is within an acceptable deviation threshold
Events
DeviationThresholdUpdate
event DeviationThresholdUpdate(uint256 oldThreshold, uint256 newThreshold)
event that is emitted when the threshold is changed
Parameters
Name | Type | Description |
---|---|---|
oldThreshold | uint256 | undefined |
newThreshold | uint256 | undefined |