Solidity #5367
Answered
by
alymurtazamemon
satoshimasterbilly
asked this question in
Q&A
Solidity
#5367
-
construtor() {
priceFeed = AggregatorV3Interface(
0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43
);
}
|
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Apr 25, 2023
Replies: 2 comments 1 reply
-
"On this constructor I'm running into an error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@satoshimasterbilly constructor spelling issue; you can copy this code; constructor() {
priceFeed = AggregatorV3Interface(
0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43
);
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@satoshimasterbilly constructor spelling issue; you can copy this code;