Metaverse.Network is a blockchain for metaverses & dapps. We support WASM and Ethereum-compatible smart contracts for developers to build dApps and games to run on our network.
Apache License 2.0
165
stars
70
forks
source link
Dynamically calculate royalty fee of bundle according to bid price #200
Issue: when a new bid happens on the bundle, the royalty fee of individual NFT is only calculated based on the initial price setting. This could be a loss for NFT creators if the initial and final prices are big differences.
This implementation will ensure the price set up for individual NFTs will be updated when a new bid is accepted. Royalty collection process will take the fees according to the latest price set up on every bid.
Issue: when a new bid happens on the bundle, the royalty fee of individual NFT is only calculated based on the initial price setting. This could be a loss for NFT creators if the initial and final prices are big differences.
This implementation will ensure the price set up for individual NFTs will be updated when a new bid is accepted. Royalty collection process will take the fees according to the latest price set up on every bid.