Error: Returned error: VM Exception while processing transaction: revert #5696
Replies: 3 comments 2 replies
-
It looks like a transaction is reverting somewhere for some reason. Check your code and see if you can trace down which transaction is reverting. |
Beta Was this translation helpful? Give feedback.
-
hey @eggplantzzz i have checked everything soo many times i dont know what is wrong everything is compiling and migrating successfully i have no idea why its reverting back ....kindly help |
Beta Was this translation helpful? Give feedback.
-
Hey @DANIA001 take a look at our debugger docs and try it out in your project, see if you can crack this issue a bit with it. |
Beta Was this translation helpful? Give feedback.
-
can someone please help me...my tests are not running
this is what my terminal is showing
Contract: DecentralBank
mock tether deployment
√ should match the name and symbol correctly (1518ms)
reward token deployment
√ should matches the name and symbol correctly (635ms)
decentralBank deployment
√ should match the name successfully (291ms)
√ contract has enough tokens (489ms)
staking
1) give tether tokens for staking
4 passing (48s)
1 failing
staking
give tether tokens for staking:
Error: Returned error: VM Exception while processing transaction: revert
here is my repo link
https://github.com/Dania001/Dapp-Project
Beta Was this translation helpful? Give feedback.
All reactions