• Initialize the ERC20 contract

    Remarks

    You must call this function in your contract's constructor or re-write it to fit your needs !

    Parameters

    • name: string

      the name of the token

    • symbol: string

      the symbol of the token

    • decimals: number

      the number of decimals

    • totalSupply: u256

      the total supply of the token

    Returns void

Generated using TypeDoc