🎨NFT Market
NFT Market supports the trading of all assets of KittyGame.
Kitty sales will be conducted in the form of ducth auction. You can set the starting price and ending price, the price of Kitty will fall from the starting price to the ending price within 31 hours.
Price calculation is as follows:
StartPrice >= (basePrice + basePrice * (_kitty.info.rarity -1) * 20/100 + basePrice * _kitty.state.level/100) *120/100
Endprice>=basePrice + basePrice * (_kitty.info.rarity -1) * 20/100 + basePrice * _kitty.state.level/100
BasePrice =100u
Last updated