-
Currently, you can only run coverage on custom contracts located in the /contracts directory and not on any npm installed contracts that are inherited by the custom contracts. Some developers need to …
-
# Lines of code
https://github.com/code-423n4/2024-06-panoptic/blob/153f0d82440b7e63075d55b0659706531431145f/contracts/libraries/Math.sol#L340-L433
https://github.com/code-423n4/2024-06-panoptic/blob…
-
in this example:
```
contract priced {
address public tokenContractAddress;
modifier costs(uint256 amount) {
Token tc = Token(tokenContractAddress);
bool result = tc.transfer…
-
This proposal has been accepted and merged as a draft standard, please see the [officially tracked version](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) for the current draft.
Plea…
-
Reiterating #36 which was solved but since we've lost that ability again. Now running
`echidna-test contracts/ColonyTaskTest.sol --solc-args="--allow-paths=lib/dappsys/*.sol"`
returns
`Invalid…
-
# Handle
sirhashalot
# Vulnerability details
## Impact
The Trust.sol dependency from rari-capital/solmate found in SandclockFactory.sol, Vault.sol, and BaseStrategy.sol no longer exists in the ra…
-
Echidna has a feature called ["constant mining"](https://github.com/crytic/echidna/pull/262) where it scrapes return values and adds those values to its dictionary to retry as inputs later.
Withou…
-
**Background**
When the inline assembly statement was created, we reserved a string literal whose purpose it was to specify a dialect for the inline assembly. Currently, only leaving it out or usin…
-
```
ERC
Title: Proxy standard
Status: Draft
Type: Informational
Created: 22.06.2016
Resolution: https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
```
## Abstract
The following describe…
-
# Revised Ethereum Smart Contract Packaging Standard
**Read**: [EIP Draft](https://eips.ethereum.org/EIPS/eip-1123)
## Summary
A data format to describe a single package for distribution with…