GainsNetworkToken
GNS token contract, simple ERC20 token with access control and minting/burning
MINTER_ROLE
bytes32 MINTER_ROLEBURNER_ROLE
bytes32 BURNER_ROLEinitialized
bool initializedconstructor
constructor(address admin) publicsetupRoles
function setupRoles(address diamond, address vault, address compensationHandler) externalmint
function mint(address to, uint256 amount) externalburn
function burn(address from, uint256 amount) externalWas this helpful?