BurnMintERC677Helper v0.2.3 API Reference
BurnMintERC677Helper
A helper contract that extends the BurnMintERC677 token contract to provide additional minting functionality.
Functions
constructor
Initializes the token with a name and symbol, setting fixed decimals and initial supply.
constructor(string memory name, string memory symbol)
Parameters
Parameter | Type | Description |
---|---|---|
name | string | The name of the token |
symbol | string | The symbol of the token |
drip
Mints exactly one token (1e18 units) to a specified address.
function drip(address to) external
Parameters
Parameter | Type | Description |
---|---|---|
to | address | The address to receive the minted token |