ISynapseERC20
Methods
initialize
function initialize(string _name, string _symbol, uint8 _decimals, address owner) external nonpayable
Parameters
Name
Type
Description
_name
string
undefined
_symbol
string
undefined
_decimals
uint8
undefined
owner
address
undefined
mint
function mint(address to, uint256 amount) external nonpayable
Parameters
Name
Type
Description
to
address
undefined
amount
uint256
undefined
Last updated
Was this helpful?