You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a lottery contract to airdrop any quantity of ERC1155 tokens, quantity distributed between any number of token IDs and can be uniformly or non-uniformly distributed.
Must have
Function to initiate lottery which utilizes some VRF
Get list of addresses from the user
Verify if contract address is approved before calling VRF
Good to have
Option to choose number of addresses to airdrop
Option to keep distribution uniform or non-uniform
If non uniform choose the distribution amount to each address
The text was updated successfully, but these errors were encountered:
Description
Create a lottery contract to airdrop any quantity of ERC1155 tokens, quantity distributed between any number of token IDs and can be uniformly or non-uniformly distributed.
Must have
Good to have
The text was updated successfully, but these errors were encountered: