Fixed Supply Token Smart Contract
Address
Init functions
Parameter
Description
_name
Token name.
_symbol
Token symbol.
_owner
Contract owner.
_initialSupply
Amount of tokens minted on creation.
Collects init data and returns them in encoded format.
Takes encoded data, decodes them and calls main init function.
Initializes ERC20 token with name and symbol and mints token supply to the callers address.
Last updated
Was this helpful?