SkaleToken
Contract defines the SKALE token and is based on ERC777 token implementation.
Functions
Events
constructor constructor(address contractsAddress, address[] defOps)
public
mint mint(address account, uint256 amount, bytes userData, bytes operatorData) → bool
external
Allows Owner or SkaleManager to mint an amount of tokens and transfer minted tokens to a specified address.
Returns whether the operation is successful.
Requirements:
-
Mint must not exceed the total supply.