-
Hey, I'm pretty new to the smart contract world - a lot of take in for sure. I've deployed your contract to mainnet and I'm trying to execute it but receiving a "execution reverted: Unauthorized" erro…
-
# Handle
pauliax
# Vulnerability details
## Impact
This function sponsor should only be called by the factory, however, it does not have any auth checks, so that means anyone can call it with an a…
-
# Lines of code
https://github.com/code-423n4/2023-11-zetachain/blob/b237708ed5e86f12c4bddabddfd42f001e81941a/repos/protocol-contracts/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol#L98-L122…
-
It would be helpful if it were possible to define a salt when calling `deployProxy` which would indicate to use CREATE2 and deploy out a proxy at a deterministic address.
Happy to elaborate more, b…
-
[Metamorphic](https://github.com/0age/metamorphic) is a popular complementary tool, with factories for multiple contracts deployed on mainnet.
To avoid front-running / stealing of selfdestructed ad…
-
## Stake pool
Required state variables are
```solidity
struct AddressInfo {
address miner;
address realOwner;
address oracle;
}
AddressInfo public addressInfo;
struct PoolIn…
-
rvierdiiev
medium
# Factory uses signature that do not have expiration
## Summary
NftPort can't remove license from user, once the signature was provided to it, without changing `SIGNER_ROLE` addre…
-
## Lack of Zero Address Validation in functions
**Severity**: Low
**Description**
Although most of the functions throughout the codebase properly validate function inputs, there are some instances of…
-
# Handle
itsmeSTYJ
# Vulnerability details
## Impact
Gas optimisation
## Proof of concept
You can save some gas when it comes to creating a new basket by transferring the tokens directly to the…
-
What you say panther is really Jetswap.
This documentation of Panther Swap:
https://docs.pantherswap.com/products/amm#contracts
Factory: 0x670f55c6284c629c23bae99f585e3f17e8b9fc31
Router: 0x24…