This commit is contained in:
2022-09-01 17:44:06 +03:00
parent ce40a74aaf
commit efadddcde6
13 changed files with 451 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Unlicensed
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.14;
contract RedFurnace {}
contract RedFurnace {}

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Unlicensed
// SPDX-License-Identifier: MIT OR Apache-2.0
//mostly done
//смерть русні
pragma solidity ^0.8.14;
import "@openzeppelin/contracts-upgradeable/token/ERC721/IERC721Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol";

View File

@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Unlicensed
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.14;
import "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721EnumerableUpgradeable.sol";

View File

@@ -1,4 +1,4 @@
// SPDX-License-Identifier: Unlicensed
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.15;
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";