随笔分类 - go学习 / sol / nft
摘要:const { ethers, deployments, upgrades } = require("hardhat"); const { expect } = require("chai"); describe("Test upgrade", async function () { it("Sho
阅读全文
摘要:const { ethers, deployments } = require("hardhat") const { expect } = require("chai") describe("Test auction", async function () { it("Should be ok",
阅读全文
摘要:const { ethers, upgrades } = require("hardhat") const fs = require("fs") const path = require("path") module.exports = async function ({ getNamedAccou
阅读全文
摘要:const { deployments, upgrades, ethers } = require("hardhat"); const fs = require("fs"); const path = require("path"); module.exports = async ({ getNam
阅读全文
摘要:// SPDX-License-Identifier: SEE LICENSE IN LICENSE pragma solidity ^0.8; import "./NftAuction.sol"; contract NftAuctionV2 is NftAuction { function tes
阅读全文
摘要:// SPDX-License-Identifier: MIT pragma solidity ^0.8; import "./NftAuction.sol"; contract NftAuctionFactory { address[] public auctions; mapping (uint
阅读全文
摘要:// SPDX-License-Identifier: SEE LICENSE IN LICENSE pragma solidity ^0.8; import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"; i
阅读全文

浙公网安备 33010602011771号