Error: Transaction reverted: function selector was not recognized and there's no fallback function #953
Unanswered
chrismogab
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@chrismogab Did you reset the MetaMask? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Same issue here. require(
msg.value.getConversionRate(s_priceFeed) >= MINIMUM_USD,
"You need to spend more ETH!"
); Any idea how to actually get the value for |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
hi i am having a problem when i press the fund button and confirm the transaction. after confirming the amount is being deducted from the account balance but when i go to the node backend fund me terminal to check the contract passing through i get that the contract did not pass and i get this error :
" Error: Transaction reverted: function selector was not recognized and there's no fallback function"
PS: adding the fallback function didnt solve it and creating a new node and address and a new private key did not as well.
please help me solve the problem
this is my index.js file :
Beta Was this translation helpful? Give feedback.
All reactions