Shield V2
HomeTrade
  • Overview
  • Shield perpetual options
    • Basics
    • Mechanism
  • Getting started
    • Guides
    • FAQs
      • About Shield
      • About Trading
      • About Pools
  • Developers
    • Trading API References
      • Overview
        • Smart Contracts Overview
      • Interfaces
        • 1. Deposit Funds
        • 2. Withdraw Funds
        • 3. Check Funds
        • 4. Deposit DAI into Public Pool
        • 5. Withdraw DAI from Public Pool
        • 6. Check Funds on Public Pool
        • 7. Deposit DAI to Private Pool
        • 8. Withdraw DAI from Private Pool
        • 9. Check Funds on Private Pool
        • 10. Check Details on a Certain Order
        • 11. Get Funding Fee Rate of an Option Transaction
      • "How-To" Instructions
        • How to monitor opening and closing orders?
      • Addendum
        • Full ABI on Shield Protocol V1
        • References
  • Additionals
    • Audits
    • Lightpaper
    • Pricing Method Paper
    • Privacy Policy
    • Terms of Use
Powered by GitBook
On this page
  • BSC Mainnet
  • BSC Testnet
  1. Developers
  2. Trading API References
  3. Overview

Smart Contracts Overview

BSC Mainnet

Contract Name

Contract Description

Contract Address

ABI References

SLDDAIContract.sol

Trading Contract

SLDDAI.abi

PrivateDAIPool.sol

Private DAI Pool

PrivateDAIPool.abi

PublicDAIPool.sol

Public DAI Pool

PublicDAIPool.abi

BSC Testnet

Contract Name

Contract Description

Contract Address

ABI References

SLDDAIContract.sol

Trading Contract

0x7125E80fF9c5ae3073bf30769d0963B6d0B57515

SLDDAI.abi

PrivateDAIPool.sol

Private DAI Pool

0xaDea523A790b34CF6D0989a803262b2A38FD7cdA

PrivateDAIPool.abi

PublicDAIPool.sol

Public DAI Pool

0xb3F55De3a56F15d6C94cF74753F52e447519E563

PublicDAIPool.abi

PreviousOverviewNextInterfaces

Last updated 2 years ago