AssetManager
marketRegistry
address marketRegistrywithdrawSeq
uint256[] withdrawSeqbalances
mapping(address => mapping(address => uint256)) balancestotalPrincipal
mapping(address => uint256) totalPrincipalsupportedMarkets
mapping(address => bool) supportedMarketsmoneyMarkets
supportedTokensList
LogDeposit
LogWithdraw
LogRebalance
UnsupportedToken
AuthFailed
NotParity
AmountZero
InsufficientBalance
TokenExists
__AssetManager_init
checkMarketSupported
onlyAuth
setMarketRegistry
setWithdrawSequence
getPoolBalance
getLoanableAmount
totalSupply
totalSupplyView
isMarketSupported
moneyMarketsCount
supportedTokensCount
getMoneyMarket
deposit
withdraw
debtWriteOff
addToken
removeToken
addAdapter
removeAdapter
approveAllMarketsMax
approveAllTokensMax
rebalance
Parameters
Name
Type
Description
_checkSenderBalance
_isUToken
_isUserManager
Last updated