Seer
Variables
governor
address governor
Modifiers
onlyGovernor
modifier onlyGovernor()
Functions
constructor
constructor(address _governor) public
Constructor.
Parameters
Name
Type
Description
_governor
address
The trusted governor of the contract.
changeGovernor
function changeGovernor(address _governor) external
Change the governor of the contract.
Parameters
Name
Type
Description
_governor
address
The address of the new governor.
mint
function mint(address to, uint256 amount) external
burn
function burn(address from, uint256 amount) external
Last updated