-
Notifications
You must be signed in to change notification settings - Fork 954
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Contract has inherent loop issues from original source #9
Comments
Could you give me the precise instructions to replicate your issues? I'll take a look at it after you provide some more detail instructions. 👍 |
Trying to fix them... once I get code working I will send corrections |
hi, i followed the steps outlined in this article to set up a contract for testing. i am also receiving the same 8 warnings raised by "Static Analysis". the only variables i changed were:
|
Got these 8 warnings while using this sol at http://remix.ethereum.org , please give some advices. |
browser/ballot.sol:115:17: ParserError: Expected '(' but got identifier constructor YourTokenName() public { |
maybe you are using some later compiler @nek8 and it is made in an older one, where constructor name was the same as the contract name. In later versions, the constructor is defined as |
You might want to add the self-destruct function to the 0FUCKS token code. That way newb's, like myself, wont clog the EVM storage with useless junk. 8) |
I have tried to run this contract like the original, on Remix with Metamask, they all have the same issue...
The contract never executes it is stuck in a perpetual loop... any thoughts?
The text was updated successfully, but these errors were encountered: