-
ProfessorAudits
High
# [H-1] Using abi.encodePacked in `PredictDotLoan::_getFulfillment` function could result in Hash Collision
**Summary:**
The vulnerability in the PredictDotLoan::_getFulfillm…
-
### Overview
The vyper plugin does not currently generate `Vyper` ABI artifacts for `.vyi` interface files:
```
contracts/
StreamFactory.vy
StreamManager.vy
Validator.vyi
```
```py…
-
## What is the feature about
When using the custom tx builder and attempting to interact with a proxied contract the Abi is fetched for the proxy contract.
Rather we should detect that the cont…
-
I'm digging through some of the documentation to build a Contract object from an abi and execute transactions with it on the Evm. It seems like all of the docs and tutorials I've found point to using …
-
### Environment information
- OS: macOS / linux / win
- Python Version: 3.11.8
- `ape` and plugin versions:
```sh
$ ape --version
# 0.8.13
$ ape plugins list
# alchemy 0.8.0
ens …
-
### Component
sol! macro
### What version of Alloy are you on?
v0.8.3
### Operating System
macOS (Apple Silicon)
### Describe the bug
The following abi
[DelegationManager.json](https://gith…
-
### What is wrong?
https://4byte.directory/import-abi
Paste in this ABI:
```json
[{"inputs":[{"internalType":"address","name":"_factory","type":"address"},{"internalType":"address","name":"_WETH9"…
-
Here is my solidity code that I deployed:
```
contract SimpleStorage {
// Variable to store a string value
string private storedData;
// Function to set the data
function set(s…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.0.2 (ac5feb1 2024-10-30T00:25:4…
-
DipDup should detect proxy contracts in config and "unwrap"(receive the correct ABI of the underlying contract) them without additional actions from user.
About proxy contracts: https://info.ethersca…