-
It seems that some files missing. I'm unable to compile ontracts due to `Error HH404: File ./Interfaces/IFreezer.sol, imported from contracts/Referral.sol, not found.` error.
```
HardhatError: HH4…
-
# Handle
paulius.eth
# Vulnerability details
## Impact
Interfaces are declared as contracts. For example, ComptrollerInterface name indicates that it should be an interface but it is declared as a…
-
### Description
[ClockAuctionBase:39](https://github.com/axiomzen/cryptokitties-bounty/blob/master/contracts/Auction/ClockAuctionBase.sol#L39) defines an empty fallback function. This overrides Solid…
-
I ran TRT on preanalyzed results (successful patch generation without validation). If we assume each pass of TRT has the following three phases, the third one fails.
1. Analysis (vulnerability dete…
-
## Issue
Truffle's `version: "pragma"` feature is awesome! It lets you compile your contracts even if they are written for differing Solidity versions.
Problem is, if you import a file with an i…
-
https://github.com/ethereum/solidity/issues/12615 reported a serious error in our override logic.
While https://github.com/ethereum/solidity/pull/12616 fixes the issue, we realized that our strict ov…
-
I am on lesson 7 and for some reason I had an issue deploying when my MockV3Interface and got this error
```
"Error HH606: The project cannot be compiled, see reasons below.
The Solidity versi…
-
https://github.com/boyuanx/c3-solidity/blob/main/contracts/IC3.sol
-
```
~/Development/opensea-erc1155(master):0 truffle migrate --network rinkeby
Compiling your contracts...
===========================
✔ Fetching solc version list from solc-bin. Attempt #1
✔ Do…
-
## [L-01] PROXY'S ADMIN CAN BE SET TO WRONG ADDRESS
When the following `setAdmin` function in the `GraphProxy` contract is called, `require(_newAdmin != address(0), ...)` is executed. However, this do…