Last updated
Was this helpful?
This page is under development
Use this reference for the backing contract inside SDscan.
It lists the currently exposed read and write commands for asset-backing and lending-related actions.
DATA_READ()
UNISWAP_V2_ROUTER()
_UNISWAP_V2_ROUTER()
backingAsset()
collateral()
lendData(address)
loansBase(address)
loansToken(address)
oneTokentoBacking(uint256) - shows how much Asset Backing per 1 token is available
range()
uniswapV2Pair()
convertAll(uint256,uint256,uint256)
extendLoan() - extend SmartLoan
flashLoan(uint256,address,bytes) - used for Smart Flash-Loan with 0.08% liquidity rate
liquifyForBacking(uint256)
loan(uint256) - Use this to take SmartLoan
repayLoan(uint256) - Use this to Repay SmartLoan
setFrontRunRange(uint256)
Last updated
Was this helpful?
Was this helpful?