this code can not run.give error please help **using PriceConverter for uint256;** #4286
HafizMubashar058
started this conversation in
General
Replies: 1 comment 1 reply
-
this code can not run.give error please help using PriceConverter for uint256; |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
this code can not run.give error please help
using PriceConverter for uint256;
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
import "./PriceConverter.sol";
import "./PriceConsumerV3.sol";
error NotOwner();
contract FundMe {
using PriceConverter for uint256;
}
// Concepts we didn't cover yet (will cover in later sections)
// 1. Enum
// 2. Events
// 3. Try / Catch
// 4. Function Selector
// 5. abi.encode / decode
// 6. Hash with keccak256
// 7. Yul / Assembly
Beta Was this translation helpful? Give feedback.
All reactions