You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear from the docs if the minter sees any royalties when it's a different address, however some projects may have other requirements like more than 2 people receiving automatic royalties. Further, some projects may even require a split of those fees.
As a possible implementation, could there be an additional/optional field added to the contracts such that users can specify a list of addresses alongside a related list of percentages? During mint, the user would need to provide something like below.
In my example, there are 3 addresses specified to receive royalties.
0x0F6EF4F04F14af17140d329C769F936776B4C36F would receive 25%
0x0c0bbc2659a12B27e63208978087EDE339cb6a76 would receive 70%
0xc94eCef4a14Bbe85A2A3Ce028D108b43FaAeA918 would receive 5%
Currently there is only 1 royalty address supported in the API.
Example json dump from nftDatas:
It's unclear from the docs if the
minter
sees any royalties when it's a different address, however some projects may have other requirements like more than 2 people receiving automatic royalties. Further, some projects may even require a split of those fees.As a possible implementation, could there be an additional/optional field added to the contracts such that users can specify a list of addresses alongside a related list of percentages? During mint, the user would need to provide something like below.
In my example, there are 3 addresses specified to receive royalties.
0x0F6EF4F04F14af17140d329C769F936776B4C36F
would receive 25%0x0c0bbc2659a12B27e63208978087EDE339cb6a76
would receive 70%0xc94eCef4a14Bbe85A2A3Ce028D108b43FaAeA918
would receive 5%The text was updated successfully, but these errors were encountered: