-
For example, [UncappedCrowdsale.sol](https://github.com/TokenMarketNet/ico/blob/master/contracts/UncappedCrowdsale.sol) flat file looks like:
```
// Temporarily have SafeMath here until all contract…
-
```
pragma solidity ^0.4.0;
contract babyFace {
address[] arrayOfL;
uint256 x;
function pusheen() {
x = 1;
arrayOfL.push(this);
}
event l…
-
Compiler complains about following line:
_;
(underscore with semicolon).
The error is:
:76:10: Error: Expected primary expression.
_;
^
Here's the code section:
…
arass updated
7 years ago
-
I'm using Atom 1.8 and recently installed atom-ethereum-interface package. Compiler doesn't seem to work on my machine.
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.8.0
**Syst…
ghost updated
8 years ago
-
Getting this error from time to time:
```
16:26:15.162 INFO [sync] Success importing BEST: block.number: 1618456, block.hash: d769b9, tx.size: 4
16:26:15.376 WARN [net] P2p handling failed
io.nett…
-
Hi,
so I am following this [guide](http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/installing-binaries/linux-ubuntu-ppa.html).
**What am I trying to achieve?**
Install cpp-ethereum on…
-
when running mix-ide the following error appears
```
WARNING: This project is using the experimental QML API extensions for QtWebEngine and is therefore tied to a specific QtWebEngine release.
WARNIN…
-
Hi guys just having a look around have a project planned and taking my first steps with ethereum. I have downloaded the IDE's etc (MAC) but I am getting ethereum-dapp-wallet.meteor.com webpage not av…
-
The following extra packages will be installed:
solc
The following NEW packages will be installed:
solc
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
188 not fully installed or re…
-
# First impressions of mix-ide
Great tool! Really like it.
Sorry if the following are newb problems. A fresh perspective helps sometimes.
My system is Debian 8 (my manual: [ethereum_debian8.txt](h…