-
### Issue
I've followed the instruction and deployed them to the Rinkeby network, After the contract deployment when calling the Add liquidity it fails the transaction.
Trnx: https://rinkeby.eth…
-
at Ardent.php
line 17:
use Illuminate\Validation\Factory as ValidationFactory;
line 19:
use Symfony\Component\Translation\Translator;
line 512:
$translator = new Translator();
l…
-
Hi,
When I call following **getPair** under uniswapFactory contract I created via ethers.Contract in my javascript it doesn´t return any pair address.
```
const UniswapV2Factory = require("./bu…
-
# Lines of code
https://github.com/code-423n4/2023-09-maia/blob/f5ba4de628836b2a29f9b5fff59499690008c463/src/factories/BranchBridgeAgentFactory.sol#L20-L24
https://github.com/code-423n4/2023-09-maia/…
-
**Is your feature request related to a problem? Please describe.**
We utilize contract tests to test our projects and rely on a passing build to signify that our project is working. However we have s…
-
The Registrar / Registry contract makes it easier to work with related and interlinked contracts.
See: https://github.com/HarryR/panautomata/blob/61a4bdaa26fe3dfb0305606b1d143df6c9180061/solidity/c…
-
I would like to propose an enhancement to the deployment process of the Safe Singleton Factory to new chains. Currently, the process requires intervention from the Safe team, which can introduce delay…
-
# Handle
pauliax
# Vulnerability details
## Impact
contract RCTreasury has an unused storage variable nfthub and setNftHubAddress function. This variable was moved to the Factory contract so it is…
-
# Lines of code
https://github.com/code-423n4/2023-04-caviar/blob/cd8a92667bcb6657f70657183769c244d04c015c/src/Factory.sol#L161
https://github.com/code-423n4/2023-04-caviar/blob/cd8a92667bcb6657f7065…
-
Contract deployment is a (relatively) common use case for front-end applications, especially contract generators/factories. It makes sense to wrap `createcontract` and replicate the functionality of w…