Cudos contest - AlleyCat's results

Decentralised cloud computing for Web3.

General Information

Platform: Code4rena

Start Date: 03/05/2022

Pot Size: $75,000 USDC

Total HM: 6

Participants: 55

Period: 7 days

Judge: Albert Chon

Total Solo HM: 2

Id: 116

League: COSMOS

Cudos

Findings Distribution

Researcher Performance

Rank: 47/55

Findings: 1

Award: $86.28

🌟 Selected for report: 0

🚀 Solo Findings: 0

Awards

86.2765 USDC - $86.28

Labels

bug
G (Gas Optimization)

External Links

You can save 3500~ gas per call by removing nonReentrant and fixing your reentrancy issues.

function sendToCosmos( address _tokenContract, bytes32 _destination, uint256 _amount ) public { state_lastEventNonce = state_lastEventNonce.add(1); IERC20(_tokenContract).safeTransferFrom(msg.sender, address(this), _amount); emit SendToCosmosEvent( _tokenContract, msg.sender, _destination, _amount, state_lastEventNonce ); }

same for submitBatch, submitLogicCall, updateValset, logicBatch

AuditHub

A portfolio for auditors, a security profile for protocols, a hub for web3 security.

Built bymalatrax © 2024

Auditors

Browse

Contests

Browse

Get in touch

ContactTwitter