dn404
dn404 copied to clipboard
Implementation of a co-joined ERC20 and ERC721 pair.
One of my inner contracts is using `safeTransferFrom` from `https://github.com/vectorized/solady/blob/main/src/utils/SafeTransferLib.sol` , for `DN404.sol` part. Based on my debugging that doesn't seem to trigger the associated 721 minting/transferring Am I correct...
Hello DN404 community and developers, I'm reaching out to propose an enhancement aimed at increasing the liquidity of already minted NFTs through the DN404 protocol. Specifically, I believe there is...
Is there a method we know of that locks token and NFT transfer during the Mint transaction? It would be nice if there was a way we could turn the...
I decided to take a look at ERC404 and thought I could do it better. I completely rewrote ERC404 to be completely compliant with ERC1155 and ERC20 standards. I chose...
These helpers are very useful and would be great to be able to inherit and optionally override instead of having to rewrite in derived contracts. That contract size limit can...
Has anyone had any success combing DN404 and the LayerZero [Omnichain Fungible Token (OFT)](https://docs.layerzero.network/v2/developers/evm/oft/quickstart)? This would allow the token to be transferred across multiple blockchains without asset wrapping. The documentation...
That would allow you to make full use of ERC1155's ability to issue multiple units of each ERC1155. And then the units of each 1155 tokenId would be divisible.
## Description Seems like returning true on `_skipNFTDefault` is just for CAs, not EOAs. But recent Pectra update allows EOAs to have code, so this PR reflects it. ## Checklist...