IPriceBound
Functions
setOracleFloorBasisPoints
sets the floor price in BP
Parameters
Name | Type | Description |
---|---|---|
| uint256 |
setOracleCeilingBasisPoints
sets the ceiling price in BP
Parameters
Name | Type | Description |
---|---|---|
| uint256 |
floor
get the floor price in basis points
ceiling
get the ceiling price in basis points
isPriceValid
return wether the current oracle price is valid or not
Events
OracleFloorUpdate
event emitted when minimum floor price is updated
Parameters
Name | Type | Description |
---|---|---|
| uint256 | |
| uint256 | |
### OracleCeilingUpdate |
event emitted when maximum ceiling price is updated
Parameters
Name | Type | Description |
---|---|---|
| uint256 | |
| uint256 |
Last updated