Platform: Code4rena
Start Date: 21/04/2022
Pot Size: $100,000 USDC
Total HM: 18
Participants: 60
Period: 7 days
Judge: gzeon
Total Solo HM: 10
Id: 112
League: ETH
Rank: 59/60
Findings: 1
Award: $70.08
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: Dravee
Also found by: IllIllI, MaratCerby, UnusualTurtle, WatchPug, antonttc, berndartmueller, cccz, danb, horsefacts, hyh, pauliax, rayn, wuwe1
https://github.com/code-423n4/2022-04-backd/blob/main/backd/contracts/pool/EthPool.sol#L30 https://github.com/code-423n4/2022-04-backd/blob/main/backd/contracts/vault/EthVault.sol#L13
the ethPool
transfers eth to the vault using transfer
.
the vault has a receive
function to handle the receive logic.
currently, the receive function is empty, but in case there will be a logic inside it, it can fail because transfer
limits the gas to 2300, and it may not be enough.
#0 - chase-manning
2022-04-28T11:39:56Z
Duplicate of #52