Replies: 1 comment 6 replies
-
Hello @BLTC-520, Are you trying to solve the challenge at the end of section 3 of the course to get the course NFT? |
Beta Was this translation helpful? Give feedback.
6 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.
-
My DeployS3.s.sol :
0x057ef64E23666F000b34aE31332854aCBd1c8544 -> this is the address which deployed to.
Then I use cast storage -> it indeed have 0x7b (123) inside.
But when I try to do this command:
cast send 0x057ef64E23666F000b34aE31332854aCBd1c8544 "solveChallenge(uint256,string)" 123 "" --rpc-url http://127.0.0.1:8545 --private-key $PRIVATE_KEY
fyi, $PRIVATE_KEY already using source .env command to save and successfully echo.
Error: server returned an error response: error code 3: execution reverted, data: "0x"
This error occurred. Anyone can help give some hint?
Beta Was this translation helpful? Give feedback.
All reactions