MSDController
MsdController manages the minting authority of MsdToken.
List all MSD tokens added into the controller.
function getAllMSDs() public view return (address[])
Return status whether an MSD token has been added to the controller.
function hasMSD(address) public view return (bool)
List all MSD token's minter.
function getMSDMinters(address MSD)
public
view
return (address[])
Return minting capacity of one of the MSD minters.
function mintCaps(address MSD, address minter) public view return (uint256 cap)
Last modified 1yr ago