For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔷Backing

This page is under development

Overview

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.

Read functions

Read commands
  1. DATA_READ()

  2. UNISWAP_V2_ROUTER()

  3. _UNISWAP_V2_ROUTER()

  4. backingAsset()

  5. collateral()

  6. lendData(address)

  7. loansBase(address)

  8. loansToken(address)

  9. oneTokentoBacking(uint256) - shows how much Asset Backing per 1 token is available

  10. range()

  11. uniswapV2Pair()

Write functions

Write commands
  1. convertAll(uint256,uint256,uint256)

  2. extendLoan() - extend SmartLoan

  3. flashLoan(uint256,address,bytes) - used for Smart Flash-Loan with 0.08% liquidity rate

  4. liquifyForBacking(uint256)

  5. loan(uint256) - Use this to take SmartLoan

  6. repayLoan(uint256) - Use this to Repay SmartLoan

  7. setFrontRunRange(uint256)

Last updated

Was this helpful?