Skip to content

Challenge lesson 8, can't access #1577

Answered by EngrPips
usereri asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @usereri , after i carefully read and study the transactions that have been sent to the contract address of the lesson 8 challenge, i realize that you just have to call the solveChallenge method on the contract address [0xf215a0b6DD88d6029b5385D6fab51968337E963D] of the challenge. Yea the contract isn't verified on etherscan so you won't have the luxury of just calling the method by clicking on some button on a user interface. So you would have to do a low level call by using contractAddress.call(callData) the solveChallenge method takes two argument as shown below

As you can see in the above image the first argument is a uint256 and the second argument is of type string which is y…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by usereri
Comment options

You must be logged in to vote
4 replies
@EngrPips
Comment options

@usereri
Comment options

@EngrPips
Comment options

@blockcipherdev
Comment options

Comment options

You must be logged in to vote
1 reply
@EngrPips
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants