-
# Handle
WatchPug
# Vulnerability details
Every call to an external contract costs a decent amount of gas. For optimization of gas usage, external call results should be cached if they are being u…
-
# Handle
saian
# Vulnerability details
## Impact
Contracts should be deployed with the same version of compilers with which it was tested,
Using a unlocked pragma might result in contract being …
-
# Lines of code
https://github.com/code-423n4/2022-12-Stealth-Project/blob/fc8589d7d8c1d8488fd97ccc46e1ff11c8426ac2/maverick-v1/contracts/libraries/Deployer.sol#L12-L36
# Vulnerability details
## …
-
We are tryting to make pancakeswap to work on bsc testnet. What we have done is as follows.
We have renamed the cake token to another token e.g BarToken with Symbol BARS
We have added liquidity u…
-
i have find the factory contract address:0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7
on bsc chain but no other,can you tell me router quote muliticall2 contract address on bsc chain
-
# Handle
0xsanson
# Vulnerability details
## Impact
The owner of Factory contract can modify the values of `auctionMultiplier` and `auctionDecrement` at any time.
During an auction, these values a…
-
# Problem
Currently, rounds are just shared, we need a way actually to discover rounds
# User Story(s):
As a potential voter, I want to see all the upcoming and past round, so that I can discover pl…
-
here's the deployment code
```
const token = await ethers.getContractFactory("Token");
weth = await token.deploy('WETH', 'WETH', 6, owner.address);
mim = await token.deploy('MIM', 'MIM', 18, own…
-
How is the the actual token code (not the MiniMe factory) obtained to verify the contract on Etherscan?
This seems to be a weakness in this contract creating a contract method?
-
Yes can someone please help me with first my first code? Good first issue