Closed code423n4 closed 2 years ago
in this condition MAX_UINT, its cheaper to using type(uint).max instead of using 2**256-1calculation for unlimited approval. So it could be changed as it can be.
MAX_UINT
type(uint).max
2**256-1
Manual Review
in this condition
MAX_UINT
, its cheaper to usingtype(uint).max
instead of using2**256-1
calculation for unlimited approval. So it could be changed as it can be.Tool Used
Manual Review