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
The deal operation will not consume the authorization quota of my existing listings.
Specifications
When I need to sell an NFT, I need to perform approval in advance, so that when the transaction occurs, the contract can transfer my NFT to another address.
I have listed 1 NFT each from two different NFTs in the same Collection. The collection-level approval is set to 2. When I actively accept another user's offer to deal (transfer) one of my listed NFTs, it will not consume my existing listing quota. Instead, it will require me to initiate a new approval request.
Features:
Add a statistic to track all the used authorizations, and provide that information through an API endpoint.
Development Tasks:
Modify GetTotalEffectiveListedNFTAmountOutput logic,init default value and real value of ListedNFTTotalAmountMap.
Modify trade logic to update real value of ListedNFTTotalAmountMap.
Dependencies
References
The text was updated successfully, but these errors were encountered:
Expected Behavior
The deal operation will not consume the authorization quota of my existing listings.
Specifications
When I need to sell an NFT, I need to perform approval in advance, so that when the transaction occurs, the contract can transfer my NFT to another address.
I have listed 1 NFT each from two different NFTs in the same Collection. The collection-level approval is set to 2. When I actively accept another user's offer to deal (transfer) one of my listed NFTs, it will not consume my existing listing quota. Instead, it will require me to initiate a new approval request.
Features:
Development Tasks:
Dependencies
References
The text was updated successfully, but these errors were encountered: