MSDController

MsdController manages the minting authority of MsdToken.

Methods

getAllMSDs()

List all MSD tokens added into the controller.

function getAllMSDs() public view return (address[])

hasMSD()

Return status whether an MSD token has been added to the controller.

function hasMSD(address) public view return (bool)

getMSDMinters()

List all MSD token's minter.

function getMSDMinters(address MSD)
        public
        view
        return (address[])

mintCaps()

Return minting capacity of one of the MSD minters.

Last updated

Was this helpful?