Alexander Herranz

Results 3 issues of Alexander Herranz

**🧐 Motivation** Useful contract that should be updated to latest solidity versions. **📝 Details** I implemented the needed changes to use this contract with latest solidity versions. https://github.com/Alexander-Herranz/OpenZeppelin-updated/blob/main/Crowdsale-v8.sol

Hi, I noticed an insecure practice in the following example (_GameItem.sol_), from the documentation: https://docs.openzeppelin.com/contracts/4.x/erc721#constructing_an_erc721_token_contract ``` // contracts/GameItem.sol // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; contract GameItem...

In a Chrome browser [Version 121.0.6167.184 (Build oficial) (x86_64)], in my Mac Book Pro. I'm trying to fully integrate a Hardhat project in a Remix IDE project, in order to...