ShortFactory

Short Contract creator contract

- constructor

@param queueFactory_ {address} : address of queueFactory contract

- setQueueFactory

@notice : set the address of queueFactory
@param queueFactory_ {address} : address of queueFactory contract

- setBorrowLimitInPer

@notice : set the borrow limit in percentage
@param borrowLimitInPer_ {uint256} : borrow limit in percentage

- addAllowedLendToken

@notice : add tokens to the list of allowed tokens for lending
@param tokens_ {address[]} : array of tokens to be added

- removeAllowedLendToken

@notice : remove tokens from the list of allowed tokens for lending
@param tokens_ {address[]} : array of tokens to be removed

- addAllowedBorrowToken

- removeAllowedBorrowToken

- isAllowBorrowTokens

- setOwner

- shortsLength

- removeShortByIndex

- removeShortByAddress

- createShort

Last updated