AdminImpl
event
LogSetGlobalOperator
Inputs
Parameter | Type | Description |
---|---|---|
operator | address | |
approved | bool |
Outputs
(void)
event
LogSetMinBorrowedValue
Inputs
Parameter | Type | Description |
---|---|---|
minBorrowedValue | tuple |
Outputs
(void)
event
LogSetEarningsRate
Inputs
Parameter | Type | Description |
---|---|---|
earningsRate | tuple |
Outputs
(void)
event
LogSetLiquidationSpread
Inputs
Parameter | Type | Description |
---|---|---|
liquidationSpread | tuple |
Outputs
(void)
event
LogSetMarginRatio
Inputs
Parameter | Type | Description |
---|---|---|
marginRatio | tuple |
Outputs
(void)
event
LogSetSpreadPremium
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
spreadPremium | tuple |
Outputs
(void)
event
LogSetMarginPremium
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
marginPremium | tuple |
Outputs
(void)
event
LogSetInterestSetter
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
interestSetter | address |
Outputs
(void)
event
LogSetPriceOracle
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
priceOracle | address |
Outputs
(void)
event
LogSetIsClosing
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
isClosing | bool |
Outputs
(void)
event
LogAddMarket
Inputs
Parameter | Type | Description |
---|---|---|
marketId | uint256 | |
token | address |
Outputs
(void)
event
LogWithdrawExcessTokens
Inputs
Parameter | Type | Description |
---|---|---|
token | address | |
amount | uint256 |
Outputs
(void)