Mintable Token Smart Contract
Address
Init function
Parameter
Description
_name
Token name.
_symbol
Token symbol.
_owner
Contract owner.
_initialSupply
Amount of tokens minted on creation.
Initializes ERC20 token with name and symbol, gives admin privileges and mints token supply to callers address.
Minting function
Mints a specified amount of tokens to specified address.
Last updated