-
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 …
-
file: *contracts/factory/src/contract.rs*
location: *create_liquidity_pool*
Soroban transactions include something called the Footprint. The footprint of a transaction declares the Ledger Keys tha…
-
### Description
When deploying a contract via CREATE2 using the relay, the contract is successfully deployed on the network. However, the frontend/sdk level RPC response either hangs or returns an er…
-
# Handle
broccolirob
# Vulnerability details
The `Factory`, `Collateral`, and `Incentivizer` contracts have `initialize` functions that can be front-run, allowing an attacker to initialize the con…
-
# Lines of code
https://github.com/code-423n4/2023-04-caviar/blob/main/src/PrivatePool.sol#L254-L269
https://github.com/code-423n4/2023-04-caviar/blob/main/src/Factory.sol#L37
# Vulnerability detai…
-
# Handle
hagrid
# Vulnerability details
## Impact
`Factory.sol` inherits OpenZeppelin's `Ownable` contract which enables the `onlyOwner` role to transfer ownership to another address. It's possibl…
-
Github username: @JJtheAndroid
Twitter username: --
Severity: minor
**Description**\
get_pair in the function remove_liquidity_native may not return the correct value
**Attack Scenario**\
…
-
A first version is already there, but it's not working properly. I'm actually unsure if bloom filters have a 100% search guarantee.
```
let payment_factory_address = app
.config
…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Hardcoded constants in code is risky for auditability/readability/maintainability. The Factory contract uses 2e17 as a threshold check for owne…
-
# Handle
defsec
# Vulnerability details
## Impact
Owner only functions that change critical parameters should emit events. Events allow capturing the changed parameters so that off-chain tools/in…