API Version: v0.2.3

BurnMintERC677Helper v0.2.3 API Reference

BurnMintERC677Helper

A helper contract that extends the BurnMintERC677 token contract to provide additional minting functionality.

BurnMintERC677Helper

Functions

constructor

Initializes the token with a name and symbol, setting fixed decimals and initial supply.

constructor(string memory name, string memory symbol)

Parameters

ParameterTypeDescription
namestringThe name of the token
symbolstringThe symbol of the token

drip

Mints exactly one token (1e18 units) to a specified address.

function drip(address to) external

Parameters

ParameterTypeDescription
toaddressThe address to receive the minted token

Get the latest Chainlink content straight to your inbox.