Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function initialize(string memory _name, string memory _symbol, address _appManagerAddress) public initializer;
_name
string
_symbol
_appManagerAddress
address
function mint(address to, uint256 amount) public appAdministratorOnly(appManagerAddress);
to
amount
uint256
function burn(address account, uint256 amount) public;
account