-
### Steps to reproduce
```
git clone https://github.com/base-org/contract-deployments.git
cd contract-deployments
cd mainnet/2024-04-17-upgrade-erc20-factory
make deps
make sign-op # simulate…
-
I tried adding the data to constants.py in a fork but still get "execution reverted"
Any ideas on how to make it work?
-
# TL;DR
The idea is to provide a facade API composed of interconnected factory methods.
The aim is to shortcut the interaction with `fuel` nodes by:
1. Providing a single `fuels` entry point…
-
A2-security
Medium
# Inconsistent Application of Reserve Factor Changes Leads to Protocol Insolvency Risk
## Summary
The ZeroLend protocol's `PoolFactory` allows for global changes to the `reserve…
-
# Handle
hyh
# Vulnerability details
## Impact
`setFactory ` and `setDAI` allow anyone setting AMM factory and DAI to arbitrary contracts.
A malicious user can set any specially crafted contract…
-
# Handle
defsec
# Vulnerability details
## Impact
the isContract function that uses EXTCODESIZE was discovered to be hackable. The function will return false if it is invoked from a contract's co…
-
# Problem
- need a view for creating a round
# User Story(s):
As a potential round manager, I want to be able to create a round, so that I can
# Description
- create round form
# Acceptance Criteri…
-
# check the wrong arggument
In this section the function check the amout of the `_adminFeeAmt` and its more correct to check the `_feeAdmin` amount because there is a case that the `_feeAdmin` will …
-
I'm having some problems with objects when the relations form a graph.
Consider this:
```
Factory.define "author", Author, { name: "F. Scott Fitzgerald" }
Factory.define "book", Book, { title: "The …
-
Some _factory_ contracts (for example, [the bridge FT connector factory]([https://github.com/near/rainbow-token-connector/blob/master/bridge-token-factory/src/lib.rs#L238-L266](https://github.com/near…