If i set up an ERC1155 and inherit `ERC721Holder, will the ERC1155 accept a batch transfer of ERC721s from another contract? If it does, can I A: then check to see if the correct amount has been transferred and B: then mint different tokens(1 ERC721 and multiple ERC20)? In essence, I am trying to create a Claim contract that will check owners balance from a specific contract then they turn the original ERC721 to exchange for a new ERC721
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to set up a contract so people can batch mint an amount or NFTS equal to the amount of NFTS they're holding from a different project | 4 | 1632 | February 22, 2022 | |
Best practice for transforming multiple tokens of an erc721 into new one | 1 | 670 | January 26, 2022 | |
Use both systems in one contract [erc721 ++ ERC115] | 0 | 413 | October 10, 2021 | |
Is it possible to use ERC721Consecutive.sol & ERC721Enumerable at the same time | 4 | 869 | January 10, 2023 | |
ERC721Holder - open to receive any tokens problem | 1 | 468 | April 21, 2022 |