Skip to main content
GitHub: ERC20Factory

Overview

The ERC20Factory contract is designed to create new ERC20 tokens and register them with the MiniEVM’s ERC20Registry.

Imports

  • ERC20.sol: Contains the implementation of the factory-created ERC20 token.
  • ERC20Registry.sol: Contains the implementation of the ERC20 registry.

Events

ERC20Created

Emitted when a new ERC20 token is created.

Functions

createERC20

Creates a new ERC20 token and registers it with the ERC20 registry.

Parameters

Returns

Emits