Tiago
Tiago
Hi guys, the createPacks function should consider transactions fees to right holders for the moment of first sell and future transactions, something like this: `createPacks( paks_number: 20000, nfts_per_pack: 4, price:...
We also should have another function to define the transaction fees on the marketplace, something like this: `setMarketplaceFees([{wallet_id: 'xxxxRealFevr', fee: 0.03}]) [Admin] ` This way we can change the marketplace...
@Ruiub3i The createPacks function should receive 2 Array[Hash] parameters for specifying the first buy fees and the future transactions fees. The number of hashes, may vary dependently of the right...
Would be nice to have a getter and a setter(Admin) for both `packIncrementId` and `lastNFTID` vars.
Add this 2 Arrays on createPack function: `transferFeeAddresses`, `transferFeeAmounts `
The `buyPack ` function should receive an array of ids, to support multipacks buys at one shot.
the `openPack` should receive an array of ids to avoid multi authorisations from Metamask to open each pack.
The `getRegisteredTokens` is returning error: Error: types/values length mismatch (count={"types":1,"values":0},
`isApproved` method is inconsistent, it's supposed after the approve for a specific wallet always return true. But that is not happening, sometimes comes true, and then comes false again.
We should have an option just do buy the NFT for the price is listed. Without the bids process.