API Version: v0.2.2 Not using latest version (v0.2.3)

BurnMintERC677Helper v0.2.2 API Reference

BurnMintERC677Helper

A helper contract that extends the BurnMintERC677 token contract with additional minting functionality for testing and development purposes.

BurnMintERC677Helper

Functions

constructor

Creates a new BurnMintERC677Helper token with the specified name and symbol.

constructor(
    string memory name,
    string memory symbol
) BurnMintERC677(name, symbol, 18, 0)

Parameters

ParameterTypeDescription
namestringThe name of the token
symbolstringThe symbol of the token

drip

Mints a single token to the specified address for testing purposes.

function drip(address to) external

Parameters

ParameterTypeDescription
toaddressThe address to receive the minted token

Get the latest Chainlink content straight to your inbox.