BurnMintERC677Helper v0.2.1 API Reference
BurnMintERC677Helper
BurnMintERC677Helper
is a helper contract that extends the BurnMintERC677 token implementation. It provides simplified functionality for minting tokens, primarily intended for testing and development environments.
Functions
constructor
Initializes a new BurnMintERC677Helper token with specified name and symbol.
Parameter | Type | Description |
---|---|---|
name | string | The name of the token |
symbol | string | The symbol/ticker of the token |
drip
Mints exactly one full token (1e18 base units) to the specified address.
Parameter | Type | Description |
---|---|---|
to | address | The recipient address to receive the minted token |