Platform: Code4rena
Start Date: 05/01/2023
Pot Size: $90,500 USDC
Total HM: 55
Participants: 103
Period: 14 days
Judge: Picodes
Total Solo HM: 18
Id: 202
League: ETH
Rank: 71/103
Findings: 1
Award: $51.32
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: ladboy233
Also found by: 0x1f8b, 0xAgro, 0xSmartContract, 0xbepresent, 0xkato, Aymen0909, CodingNameKiki, Cryptor, Deekshith99, Deivitto, HE1M, IllIllI, Kaysoft, Koolex, PaludoX0, Qeew, RaymondFam, Rolezn, Sathish9098, Tointer, a12jmx, arialblack14, ast3ros, ayeslick, bin2chen, btk, caventa, ch0bu, chaduke, chrisdior4, delfin454000, descharre, evan, fatherOfBlocks, georgits, gz627, jasonxiale, joestakey, kaden, lukris02, nicobevi, nogo, oberon, oyc_109, pfapostol, rbserver, sakshamguruji, seeu, shark, simon135, slvDev, synackrst, tnevler, whilom, zaskoh
51.3151 USDC - $51.32
function transferOwnership(address newOwner) public virtual requiresAuth { AuthStorage storage s = _getAuthSlot(); s.owner = newOwner; emit OwnershipTransferred(msg.sender, newOwner); }
instead of calcualtion: make it: calculation https://github.com/code-423n4/2023-01-astaria/blob/40065677771348dbfde8c1ca442825ae37e2c3d0/src/PublicVault.sol#L307
instead of vautls : make it: vaults https://github.com/code-423n4/2023-01-astaria/blob/feb342a6666b9a97ef16d25151e020281acb1f5f/src/Vault.sol#L90 instead of acheive: make it: achieve https://github.com/code-423n4/2023-01-astaria/blob/e3c463001a7c28caaa7d922de47c7f108b7e46de/src/interfaces/IV3PositionManager.sol#L122-L123
#0 - c4-judge
2023-01-26T14:26:33Z
Picodes marked the issue as grade-b