harsh
@harsh
100 USDC for running your .sol files through our new tool (swarm.0xmacro.com) to find vulnerabilities, and classify which ones were accurate and which were false positives / irrelevant. @bountybot
11 replies
0 recast
6 reactions
Ivyroot
@ivyroot
I ran a WIP version of a game with a minting component through it just now and got 3 medium, 10 low, 33 code quality, and 21 gas optimizations. M-01: centralization by using ownable. Would love to know an alternate suggestion for this. M-02: user excess funds not refunded. Great point, didn't think of that...
4 replies
0 recast
1 reaction
Ivyroot
@ivyroot
L-02: Unsafe downcast may overflow. This is inside bitpacking logic, false positive. L-03: onlyOwner not accessible if owner renounces. That's the point right? L-04: Solidity version 0.8.20 may not work on other chains. Very interesting but the line is "pragma solidity ^0.8.19;" oops.
0 reply
0 recast
1 reaction