dn404
dn404 copied to clipboard
Implementation of a co-joined ERC20 and ERC721 pair.
## Description Adds `DN404Cloneable` with the ability to clone using the EIP 1167 pattern. Both DN404 and DN404Mirror use the same cloning pattern. ## Checklist Ensure you completed **all of...
## Description Would be great if we could support 0x04040404 as an identifier for DN404 contracts, so that the contract could automatically call setSkipNFT before transfer, etc. ## Checklist Ensure...
Currently, it would be possible to use `staticcall` for `mirrorERC721` in order to detect if the contract is DN404 however this could also cause an issue with `abi.decode` since it...
Would be great if we have one, for example restrict NFT transfers for some contracts or only enforce NFT transfers by checking onERC721Received function call, etc.
Would be great if we have one, since DN404 emits two different type of Transfer events
## Description This is a PR containing all the fixes. A report will be released later. ## Checklist Ensure you completed **all of the steps** below before submitting your pull...
ETA: 10 May 2024. Don't use `_mintNext` with an active burned pool for now (until the fixes are out). Default settings are safe. The best and safest way to deploy...
Hello guys, I am currently testing the DN404 protocol, and I've encountered inconsistencies regarding NFT IDs. Here is the scenario: ``` User A and User B are participating in the...
## Description The aim is to build the "most efficient" single dual-nature contract, that is also scalable in the long term (no out-of-gas DoS vectors even with millions of trades),...