-
The issue is different imported contract require different version of comipiler and they are not compatitble.
when compile the lottery.sol ,met this comipler error,
as a rookie to development ,d…
-
I am trying to deploy an sample erc20 contract in ozonechain , but remix returns me this error .
Gas estimation errored with the following message (see below). The transaction execution will likely…
-
Hi, im trying to test the requires of a Smart Contract using just solidity according to this article:
http://truffleframework.com/tutorials/testing-for-throws-in-solidity-tests
This is the contr…
-
### Ticket Contents
### Description
We need to Create a Dapp (qr-code scanner ) with CCIP incident NFT's.
###Steps involved are :
1.Deploy and test the CCIP smart contract.
2.create Frontend …
-
Hello!
Awesome job on this plugin - it's very helpful.
I am having an issue when compiling contracts with solidity 8 and trying to deploy to optimistic kovan. The contract appears to compile cor…
-
### OS / Environment
Ubuntu 16.04.5 LTS
### Manticore version
0.2.4
### Python version
3.7
### Dependencies
### Summary of the problem
Our contract takes a lot of time to start th…
-
We should make sure there is a unit or integration test that simulates deploying a solidity contract.
First pass at integration test could be a bash script such as
```
forge init test-contract
…
-
# Creating Go Bindings for Ethereum Smart Contracts · Chris Hager
To interact with Ethereum smart contracts in Go programs, you need bindings for the specific type of contract.
This post is a quick g…
-
## Description
```
pragma solidity >= 0.8;
contract MyContract { }
```
gives
```
Error: Source file requires different compiler version (current compiler is 0.8.13-develop.2022.3.14+com…
-
Hi, just encountered the project randomly and really liked it. It is in lines with what we are trying to achieve at https://sourcify.dev.
Sourcify is a decentralized verified contract repository an…