Hi everyone! Does anyone know if it is possible to attach different addresses on a NFT contract where the payment gets split on percentage to each different address? Appreciate
Jul 22, 2022, 2:18 PM
Yes, someone knows whether that's possible
Jul 22, 2022, 2:57 PM
In theory yes
Jul 22, 2022, 3:02 PM
Appreciate. I'm searching everywhere in Google and can't find any useful information
One of the things I want to do is to destiny a percentage of a buyer NDT to the liquidity of an ERC20 token
Jul 22, 2022, 3:07 PM
same method used in a coin contract would suffice
Jul 22, 2022, 3:17 PM
You mean inherit a method from an ERC20 token?
Or to copy to an ERC721 a method that splits in addresses typically used on ERC20? Could you provide a link where this method is used? Appreciate
Jul 22, 2022, 3:21 PM
this.
there’s plenty of projects that have this
there’s plenty of projects that have this
Jul 22, 2022, 3:24 PM
How do you find them? 😔
PaymentsSplitter seems to make it. But still need to search if it is possible to send a percentage from a buyed NFT to a liquidity from a ERC20 token
Jul 22, 2022, 3:56 PM