Hi, I am receiving this error code,
I am a newbie and trying to learn, any help is appreciated
ParserError: Expected primary expression.
--> ROC.sol:71:1:
|
71 |
| ^
Hi, I am receiving this error code,
I am a newbie and trying to learn, any help is appreciated
ParserError: Expected primary expression.
--> ROC.sol:71:1:
|
71 |
| ^
You forget to write scope.
function setMarketCap(uint256 _marketCap) public {
// to do something
}
Thank you so much for your help, I will look into it and try to fix it