ERC20Factory
contract is designed to create new InitiaERC20 tokens and register them with the MiniEVM’s ERC20Registry
ERC20Created
Parameter | Type | Description |
---|---|---|
erc20 | address indexed | The address of the newly created ERC20 token |
owner | address indexed | The address of the owner of the newly created ERC20 token |
createERC20
Name | Type | Description |
---|---|---|
name | string memory | The name of the new ERC20 token |
symbol | string memory | The symbol of the new ERC20 token |
decimals | uint8 | The decimal precision of the new ERC20 token |
Type | Description |
---|---|
address | The address of the newly created ERC20 token |