PolynomialInterestSetter
function
getInterestRate
view
Inputs
Parameter | Type | Description |
---|---|---|
address | ||
borrowWei | uint256 | |
supplyWei | uint256 |
Outputs
Type | Description |
---|---|
tuple |
function
getCoefficients
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256[] |
function
getMaxAPR
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
constructor
PolynomialInterestSetter
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
params | tuple |
Outputs
(void)