ellyblueeyes
ellyblueeyes
After following step by step the lesson I find an error that I cannot solve. I am putting here the entire code. 1.FUND ME // SPDX-License-Identifier: MIT pragma solidity ^0.6.6;...
I am trying to run the script in the terminal but I get this error TypeError: argument of type 'NoneType' is not iterable. Can anyone help me with this issue?...
Hello, I am trying to run this code in the terminal but I get this Error: not found @chainlink/contracts/src/v0.8/vendor/SafeMathChainlink.sol. I updated the version for solidity. I understand that SafeMath is...
Here is the function that throws the error: function withdraw() public payable onlyOwner { msg.sender.transfer(address(this).balance); for ( uint256 funderIndex = 0; funderIndex < funders.length; funderIndex++ ) { address funder =...