dForce | Developers
Search…
dForce | Developers
Introduction
Lending Protocols
Yield Markets
Lending & Synthetic Assets
iTokens
Controller
iMsdTokens
MsdController
Price Oracle
Reward Distribution
Security
Deployed Contracts
Glossary
Liquidity Protocols
dForce Trade
Liquidity Mining
Governance
sDF
veDF
Powered By
GitBook
MsdController
MsdController manages the minting authority of MsdToken.
Methods
getAllMSDs()
List all MSD tokens added into the controller.
1
function getAllMSDs() public view returns (address[] memory _allMSDs)
Copied!
hasMSD()
Return status whether an MSD token has been added to the controller.
1
function hasMSD(address _token) public view returns (bool)
Copied!
hasMSD()
Return MSD token's minter list.
1
function getMSDMinters(address _token)
2
public
3
view
4
returns (address[] memory _minters)
Copied!
Previous
iMsdTokens
Next
Price Oracle
Last modified
1yr ago
Copy link
Contents
Methods
getAllMSDs()
hasMSD()
hasMSD()