AirdropERC721
The AirdropERC721
contract provides airdrop functionality to the AutoIncrementERC721 contract.
Implementation¶
The AirdropERC721
contract does not have any additional requirements except what is already outlined in AutoIncrementERC721.
Inherits From¶
Usage¶
airdrop
- Airdrop (mint) tokens to each address in
_to
, for the matching amount in_amounts
. _to
: Array of addresses to mint to._amounts
: Array of amounts to mint for each address.