-
Notifications
You must be signed in to change notification settings - Fork 192
Update the lottery NFT to ERC1155 #1
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.5 ETH (654.54 USD @ $1309.07/ETH) attached to it.
|
@ChefHopper I would love to work on this issue, I already applied on Gitcoin |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 265 years, 10 months from now. 1) drsohtea1 has applied to start work (Funders only: approve worker | reject worker). My steps to change it from erc 721 to erc 1155 This bounty is definitely interesting. I have some experience with both standards and I think will be able to solve this quickly :). Cheers ! Hi sir, I've got experience with this kind of projects. The change to erc1155 can be done for you I would love to do this update, I have experience in building contracts, you can look at all my work on my github. I am currently working a lot with bsc contracts. It will be an honor to work for pancakeswap! Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 0.5 ETH (673.56 USD @ $1347.12/ETH) has been submitted by:
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.5 ETH (870.09 USD @ $1740.18/ETH) attached to this issue has been cancelled by the bounty submitter
|
The lottery logic currently relies on a ERC721 token to handle NFT tickets.
https://bscscan.com/token/0x5e74094cd416f55179dbd0e45b1a8ed030e396a1
Owing to technical limitations (no batch minting) in the ERC721 standard, it is essential to update the lottery logic with a new LotteryNFT built under the ERC1155 standard.
The purpose of this change is to batch mint tickets, which will result in massive gas reduction for users, and allow greater participation from users.
https://docs.openzeppelin.com/contracts/3.x/erc1155
The text was updated successfully, but these errors were encountered: