Closed ErvinSenaj closed 7 years ago
This is actually a warning, just your IDE presents it as an error.
Remove the parameter names from transfer
: contract token { function transfer(address, uint) {} }
Please try https://remix.ethereum.org, which displays errors/warnings and join https://gitter.im/ethereum/solidity if you need more help.
Tracked in https://github.com/ethereum/mist/issues/2797
Hi everyone, I've been trying to create a crowd sale contract but it does not compile and comes with the error "unused local variable". Really not sure what to do as the code came directly from the ethereum crowd sale guide.