I am your fan first of all!
I git-download your code, then "yarn install", compile, deploy. It went smooth except NFT deploy token address is 0xX. I have sufficient token in rinkeby wallet.
1)Here is the output:
npx hardhat verify --network rinkeby 0xF049E1Bc7C96947F015ed3F0B0cce55eD1E0d922 0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B 0x01be23585060835e02b77ef475b0cc51aa1e0709 0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311 100000000000000000
Duplicate definition of Transfer (Transfer(address,address,uint256,bytes), Transfer(address,address,uint256))
Let's create an NFT now!
You've made your NFT! This is number 0x0000000000000000000000000000000000000000000000000000000000000000
Let's wait for the Chainlink VRF node to respond...
2) Here is the event log
3) The only change is during compile time, I have to add solidity version "0.6.6" and "0.8.1" otherwise keep failing.
I doubt version confliction somewhere. Please advise.
Dear Patrick:
1)Here is the output: npx hardhat verify --network rinkeby 0xF049E1Bc7C96947F015ed3F0B0cce55eD1E0d922 0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B 0x01be23585060835e02b77ef475b0cc51aa1e0709 0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311 100000000000000000 Duplicate definition of Transfer (Transfer(address,address,uint256,bytes), Transfer(address,address,uint256)) Let's create an NFT now! You've made your NFT! This is number 0x0000000000000000000000000000000000000000000000000000000000000000 Let's wait for the Chainlink VRF node to respond...
2) Here is the event log
3) The only change is during compile time, I have to add solidity version "0.6.6" and "0.8.1" otherwise keep failing.
Thanks