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

📖SDscan tool

This page is under development

Overview

SDscan is a contract interaction tool for SmartDeFi™ projects.

It works like a blockchain explorer with Web3 access. You can inspect contract data and, where permission allows, submit on-chain changes.

Most project dashboard actions are built on the same read and write functions exposed in SDscan.

Read functions

Use Read to inspect public contract data.

Typical use cases:

  • Confirm ownership wallets

  • Check LP and backing thresholds

  • Review contract state and settings

Read functions are open to everyone. That makes them useful for both project owners and investors.

Write functions

Use Write to submit contract actions.

Typical use cases:

  • Change ownership

  • Update thresholds

  • Configure staking rewards

  • Trigger other supported management actions

Write access depends on the function and the connected wallet permissions.

Reference pages

Use the subpages in this section for command-level details by contract area.

Last updated

Was this helpful?