-
I'd like to use [Vercel KV](https://vercel.com/docs/storage/vercel-kv/kv-reference) as my storage. It's an implementation of Redis, but it doesn't expose a Redis URL. Instead, there's a [JavaScript cl…
-
### Name
Phoenix
### TVL
?
### Website
https://phoenixblockchain.org/
### Id
13381
### Token
PHX
### Block Explorer
https://phoenixplorer.com/
### Main exchange
ht…
-
Link to Issue: [Blacklisted STADIUM_ADDRESS address cause fund stuck in the contract forever](https://github.com/Cyfrin/2023-08-sparkn/issues/137)
## Comments
The issue was marked as acknowledge…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Most contracts use an init pattern (instead of a constructor) to initialize contract parameters. Unless these are enforced to be atomic with co…
-
## Simple Summary
Add a new built-in function to create [Clones With Immutable Args](https://github.com/wighawag/clones-with-immutable-args).
## Motivation
Vyper maintains a strong stance against…
-
# Handle
ye0lde
# Vulnerability details
## Impact
Per the info section of the "Readme":
The protocol owner fee split must be less than 20% of the basket's license fee.
The function setOwnerSplit …
-
# Handle
WatchPug
# Vulnerability details
https://github.com/code-423n4/2021-09-defiProtocol/blob/main/contracts/contracts/Basket.sol#L110-L129
```solidity=
function handleFees() private {
if…
-
Currently, the monitor is only checking for contract creations in blocks by checking if the receiver of the tx is `null`. This is the usual method when contracts are created by externally owned accoun…
-
# Handle
jonah1005
# Vulnerability details
## Impact
https://github.com/code-423n4/2021-07-spartan/blob/e2555aab44d9760fdd640df9095b7235b70f035e/contracts/poolFactory.sol#L46
The comment at `pool…
-
# Handle
Meta0xNull
# Vulnerability details
## Impact
Is possible to Set AuctionDecrement = 0 since setAuctionDecrement() Does Not Validate Input. This may break function like settleAuction() whic…