workshop
workshop copied to clipboard
Blockgeeks Solidity workshops
Results
2
workshop issues
Sort by
recently updated
recently updated
newest added
Hi, I was using Election.sol and could not compile it. With the solidity version ^0.5.8, the following changes are required. SUMMARY: - update solidity version. - error message for require()....
Seems there needs "emit" prefix before invoking the event.