python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Remix Won't Allow me to deploy my contract
Remix is telling me "Currently you have no contract instances to interact with." But that's because Remix Won't Allow me to deploy my contract. Please Help I'm new to thisPicture of my remix...
Yohan.FBK
Votes: 0
Answers: 1
Got Error when submitting an array of striing arrays in a function in Solidity
Got this error message in Remix IDE : transact to Countriesy.storeABatchOfCountries errored: Error encoding arguments: SyntaxError: JSON.parse: unexpected character at line 1 column 39 of the JSON dat...
laaskarf
Votes: 0
Answers: 1
Remix: call to Send2MySC.getRate errored: execution reverted > When call a function from an imported contract
In Remix Rinkeby Network, I have built 2 contracts in the same folder:
GetETHUSD.sol: to retrieve eth/usd exchange rate
Send_2_SC: send wei to this contract and check eth/usd exchange rate by import...
Ric
Votes: 0
Answers: 1
Is it considered good practice to use contract functions once when deployed?
I have many getters and setters in my contract, for example:
function setMintRate(uint256 _mintRate) public onlyOwner {
mintRate = _mintRate;
}
If I deploy my contract to mainnet Ethereum, is it c...

josemartindev
Votes: 0
Answers: 3