xWin IRT (BSC)
xWinIRT
TradeQueue
struct TradeQueue {
bool nextTrade;
uint8 tradeType;
bool ReadyToTrade;
uint256 nextTradeBlock;
uint256 AmountToBuy;
uint256 AmountPerDay;
}targetToken
contract IERC20Upgradeable targetTokenswapEngine
contract IxWinSwap swapEnginexWinPriceMaster
contract IxWinPriceMaster xWinPriceMasterstopLossPrice
stopLossPerc
executors
tradeQueue
maxPerSwap
tradeCycle
initialize
onlyExecutor
updatexWinPriceMaster
checkUpkeep
performUpkeep
getTriggerStopLoss
_setStopLossBuy
deposit
deposit
_deposit
systemReTrade
systemTrade
_systemTrade
getVaultValues
_getVaultValues
getVaultValuesInUSD
getStableValues
getTargetValues
withdraw
withdraw
_withdraw
emergencyUnWindPosition
setProperties
setExecutor
setSwapEngine
setStopLossPerc
getUnitPrice
_getUnitPrice
getUnitPriceInUSD
GetAmountPerDay
GetAmountToBuy
BuyOrSell
ReadyToTrade
UserShares
isReTrade
Last updated