Seer
Variables
governor
address governorModifiers
onlyGovernor
modifier onlyGovernor()Functions
constructor
constructor(address _governor) publicConstructor.
Parameters
Name
Type
Description
_governor
address
The trusted governor of the contract.
changeGovernor
function changeGovernor(address _governor) externalChange the governor of the contract.
Parameters
Name
Type
Description
_governor
address
The address of the new governor.
mint
function mint(address to, uint256 amount) externalburn
function burn(address from, uint256 amount) externalLast updated