Paulius

Results 3 comments of Paulius

Wouldn't that cause issues with the enumeration of tokens, if there were gaps between token ids as someone can forget or intentionally never mint their NFTs?

Probably you need to find them off-chain but that may be a bit daunting. hardhat test example: ```js async function getWinningIndices(address) { const indices = []; for (let i =...

This fix will not prevent COO from the possible manipulation. He could use another address to help him (create, cancel and re-create orders), so I think the ability to fulfil...