Issues
- 0
- 2
- 2
Timelock could be set to 0
#316 opened by code423n4 - 3
user can withdraw avax without paying penalty fees
#312 opened by code423n4 - 2
- 1
Variables could be inmutable
#311 opened by code423n4 - 2
- 2
PRECISION is constant
#301 opened by code423n4 - 2
- 2
Mark constant variables constant
#275 opened by code423n4 - 2
transferFrom can return false, and didnt revert
#287 opened by code423n4 - 2
Unsafe ERC20 Operation(s)
#272 opened by code423n4 - 2
transferFrom return value unchecked
#315 opened by code423n4 - 2
Unspecific Compiler Version Pragma
#273 opened by code423n4 - 2
Remove unused variable
#286 opened by code423n4 - 2
Event for withdraws is never emitted
#313 opened by code423n4 - 2
- 2
Possible trolling during deployemnt
#280 opened by code423n4 - 2
Frontrun setRJoe
#288 opened by code423n4 - 2
Mark unchanging variables immutable
#274 opened by code423n4 - 3
Owner can DoS `withdrawAVAX()` function
#276 opened by code423n4 - 0
Error never thrown
#278 opened by code423n4 - 1
Cache internal call result
#279 opened by code423n4 - 0
Use constructors
#282 opened by code423n4 - 1
Gas Optimization: `> 0` is less efficient than `!= 0` for uint in require condition
#283 opened by code423n4 - 1
Re-entrancy protection
#285 opened by code423n4 - 1
Use safe transfers and approvals
#289 opened by code423n4 - 0
Unsafe call to decimals()
#291 opened by code423n4 - 1
Cache phase3Start
#292 opened by code423n4 - 0
Separate issuer functions from regular users
#294 opened by code423n4 - 0
Unchecked math operations
#295 opened by code423n4 - 0
Unchecked math operations
#296 opened by code423n4 - 0
Repeated storage access
#300 opened by code423n4 - 1
Cache storage variables
#297 opened by code423n4 - 1
Long revert messages
#299 opened by code423n4 - 1
_atPhase optimization
#302 opened by code423n4 - 0
Reasonable upper limits for phase durations
#303 opened by code423n4 - 0
- 1
- 1
Minimize operations
#277 opened by code423n4 - 1
Gas Optimziation: Unnecessary pairBalance call
#310 opened by code423n4 - 0
- 0
Gas Optimization: fmul optimization
#290 opened by code423n4 - 1
ERC20 transfer might fail
#320 opened by code423n4 - 1
!= 0 is cheaper than >0 for uint
#318 opened by code423n4 - 1
- 1
factory can be set to address(0)
#306 opened by code423n4 - 1
router can be set to address(0)
#305 opened by code423n4 - 1
penaltyCollector can be set to address(0)
#304 opened by code423n4 - 1
need to check if pending value = 0
#298 opened by code423n4