Last updated 2 months ago
address governor
modifier onlyGovernor()
constructor(address _governor) public
Constructor.
Parameters
function changeGovernor(address _governor) external
Change the governor of the contract.
function mint(address to, uint256 amount) external
function burn(address from, uint256 amount) external
_governor
address
The trusted governor of the contract.
The address of the new governor.