FundMe() Gas estimation failed #4825
parishill25
started this conversation in
General
Replies: 1 comment
-
Could you paste the error message as well? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,when i call FundMe function after deployement, I got the gas estimation failed message.Thanks a lot for your help.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
import "./PriceConverter.sol";
contract FundMe{
}
Beta Was this translation helpful? Give feedback.
All reactions