Uh oh!
There was an error while loading. Please reload this page.
update instances of collectibles to nfts - #199
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
586eadb to
5422dc3Compare5422dc3 to
cf1822cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Gudahtt
commented
Feb 9, 2023
In a recent PR, the source code for the old "Collectibles" contract was added to the repository (in the |
Uh oh!
There was an error while loading. Please reload this page.
cf1822c to
c7f03b7Compare| @@ -1,25 +1,21 @@ | |||
| // SPDX-License-Identifier: MIT | |||
| pragma solidity >=0.4.22 <0.9.0; | |||
| import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |||
There was a problem hiding this comment.
Hmm, I tried compiling this in Remix but got an error about Strings already being declared. I don't quite understand why, but, it went away with I removed the @4.8.1 or added it to the other two imports. Perhaps they should all be using the same version of @openzeppelin/contracts.
This PR is to update
collectiblestonfts.Reference: MetaMask/metamask-extension#16889
Code for Abis and bytecode: