简体   繁体   English

Solana Metaplex Creator 拆分问题

[英]Solana Metaplex Creator Split issue

I'm using the Metaplex Storefront for testing purposes.我正在使用 Metaplex Storefront 进行测试。 I've added 2 whitelisted wallets for my auction page via the admin page(one of the whitelisted wallet is that I used to initialize the page).我通过管理页面为我的拍卖页面添加了 2 个列入白名单的钱包(其中一个列入白名单的钱包是我用来初始化页面的)。 I've made a test auction with this nft( https://explorer.solana.com/address/E7Hmkff1kPiYMJdFbLxRe9vp5Ba9cEuwntwxFusddCb5?cluster=devnet ) that have 2 creators with 50-50 split and the NFT is verified, but when the auction ended only the auction starter wallet received the full amount of the money.我已经用这个 nft ( https://explorer.solana.com/address/E7Hmkff1kPiYMJdFbLxRe9vp5Ba9cEuwntwxFusddCb5?cluster=devnet ) 进行了测试拍卖,其中有 2 个创建者,拆分为 50-50 并且 NFT 得到了验证,但是当拍卖仅结束时拍卖起始钱包收到了全部金额。 Here is the tx: https://explorer.solana.com/address/E7Hmkff1kPiYMJdFbLxRe9vp5Ba9cEuwntwxFusddCb5?cluster=devnet这是 tx: https ://explorer.solana.com/address/E7Hmkff1kPiYMJdFbLxRe9vp5Ba9cEuwntwxFusddCb5?cluster=devnet

Auction: https://jester91.github.io/metaplex#/auction/3S8sAb1vMxjF9F54WYEbpX8hnvhCzgNbk5j7Z3d87KJP拍卖: https ://jester91.github.io/metaplex#/auction/3S8sAb1vMxjF9F54WYEbpX8hnvhCzgNbk5j7Z3d87KJP

Creators array works for secondary sales (marketplaces for example), splitting the royalties percentage obtained on secondary sales over the creator array addresses. Creators 数组适用于二级销售(例如市场),将二级销售获得的版税百分比分配给 creator 数组地址。

For example, your NFT has a 4% on the seller fee, and ur creator array share is set to 50-50, then each creator will receive 2% of any secondary sale money from that NFT.例如,您的 NFT 有 4% 的卖家费用,并且您的创作者数组份额设置为 50-50,那么每个创作者将从该 NFT 获得任何二次销售资金的 2%。

That Metadata Account holds a lot of valuable information that can be used throughout the ecosystem. For instance, it maintains a list of creators for the token. Each creator has a Verified attribute that, when True, guarantees the token was signed by that creator. Each creator also has a Share attribute that can be used by marketplaces to distribute royalties. (from the official metaplex docs) (来自官方 metaplex 文档)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM