Lesson8: Chainlink Keepers can't fetch abi from remix #734
Unanswered
DorianDaSilva
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi there, in Remix if you select the compile tab, there you will find a button called ABI and you can just copy by clicking it |
Beta Was this translation helpful? Give feedback.
2 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.
-
In order to find a fix to this issue: #682, I started the lesson over.
At the section showing us how to deploy a simple counter contract on remix to test keepers functionality I run into a problem after deploying it to kovan net using remix.
====================================================================================
When looking for the abi I notice that kovan.etherscan only has the contract byte code & Remix returns the following when copying abi in the compiler section.
====================================================================================
When writing checkUpKeep() function in Raffle.sol as seen in issue #682 , checkUpKeep() was returning an error that was only fixed by changing
calldata
formemory
Maybe the issue I am getting deploying
01-deploy-raffle.js
is related to this issue although I believe it supposed to be deployed on localnetwork so Kovan net shouldn't be an issue.Any input on why my browser interface is different from the video & why I have no abi when deploying the sample contract shown in the video?
Thank you?
Beta Was this translation helpful? Give feedback.
All reactions