Skip to main content

ERC20

📄️ mint

The mint method is employed to produce and assign a determined quantity of tokens to a specific Ethereum address. This function is predominantly associated with Mintable ERC20 tokens. Typically, only particular roles, like the owner or minter role within a token contract, can execute this function. The availability and operation of this method hinge on the unique implementation of the ERC20 token. Here, we're assuming the method is a feature of the ERC20Instance object, which is derived from the getERC20Instance function of the EdexaClient.