-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xa3d4e5242323ee490da9b267496747be8cba6ec6bc304ffa57160a721a7d3581
**Severity:** low
**Description:**
**Description**…
-
eeyore
Medium
# `Voter.replaceFactory()` and `Voter.addFactory()` functions are broken.
## Summary
The `Voter.replaceFactory()` and `Voter.addFactory()` functions are broken due to invalid validat…
-
jkoppel
medium
# AdvancedDistributorInitializable sets claim data to empty, making claims fail
## Summary
AdvancedDistributorInitializable.claim overrides the passed-in data with new bytes(0). Thi…
-
### Describe the feature you would like
Because discover factories was very slow and there was a async TODO I wrote some simple code that makes it 10x faster. I hope its useful.
### Additional conte…
-
bin2chen
High
# settle() asyncFee is left in the KeepFactory and is not transfer to the keeper.
### Summary
After KeeperFactory.settle() executes successfully, `asyncFee` goes to the factory, not …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### SUMMARY
Detect EIP-1167 proxies, show information about the target contract (and whether it's verified)
…
-
The goal is to have a stacked area chart that differentiates between the type of contract that is attracting transaction volume. The hypothesis is that some projects will be very popular because they …
-
## Status
The maximum program size for an application is currently **8kb**. Once a contract is deployed, the program size is immutable.
This limit is currently constraining multiple builders i…
-
# Handle
leastwood
# Vulnerability details
## Impact
The `TokenList.sol` contract may be integrated into an auction to keep track of the all approved commitments. This allowance can be represente…
-
### Component
Forge
### Describe the feature you would like
I need to deploy a contract with an incompatible version number to my test script. The natural solution is to use `deployCode`, however, …