Questions tagged as 'solidity'

1
answer

Solidity with error TypeError: Member not found or not visible

This is my current code: pragma solidity ^0.4.18; contract Voting { struct Voter { bool voted; address delegate; bytes32 name; uint weight; uint vote; } mapping (bytes32 => uint8) public votesReceived; uint[10...
asked by 21.05.2018 / 18:02
0
answers

Smart contract deployment to mainnet with Infura and MetaMask

I get this error when trying to deploy my contract truffle migrate --reset --network rinkeby Using network 'rinkeby'. Running migration: 1_initial_migration.js   Deploying Migrations ... Error encountered, bailing. Network state unknown. Re...
asked by 30.05.2018 / 00:17