Thomas
Thomas
I had the same problem. When passing an array to a react component the error "react-uncaught-referenceerror-process-is-not-defined ...." arised My configuration is: "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-scripts": "3.4.3", To...
http://hillside.net/plop/plop97/Proceedings/lalanda.pdf
Having similar issue (Brownie 1.16.3, solc 0.8.0) My py-solc-ast version: 1.2.9 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from eth-brownie) (1.2.9) Hence the fix described by @skellet0r does not fix the problem with the verification
I used the ProxyRegistryAddress that was coded in 2_deploy_contracts.js in the opensea-creatures example (https://github.com/ProjectOpenSea/opensea-creatures). This was in January 2022 The address was 0xf57b2c51ded3a29e6891aba85459d600256cf317 f or Rinkeby Now I tried to...
In the factory contract of OpenSea (CreaturesFactory.sol) there are three options 0: Mint one random NFT 1: Mint NUM_NFTS_IN_MULTIPLE_NFT_OPTION random NFTs 2: Mint one LootBox For options 0 and 1...
I used the ProxyRegistryAddress that was coded in 2_deploy_contracts.js in the opensea-creatures example (https://github.com/ProjectOpenSea/opensea-creatures). This was in January 2022 The address was 0xf57b2c51ded3a29e6891aba85459d600256cf317 f or Rinkeby Now I tried to...
Migrations.sol has nothing to do with the Creature contracts. It is a technical piece of the Truffle framework. If you use Truffle to deploy your contracts this contract always will...