Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 878 Bytes

Reversed order of parameters in allowance function call.md

File metadata and controls

23 lines (20 loc) · 878 Bytes

The parameters that are used for the allowance function call are not in the same order that is used later in the call to safeTransferFrom.

Recommendation:

Reverse the order of parameters in allowance function call to fit the order that is in the safeTransferFrom function call.


Slide Screenshot

005.jpg


Slide Text

  • ConsenSys DeFi Save Finding 5.4
  • Ordering
  • Medium Severity
  • Incorrect Parameter Ordering
  • Fix Ordering

References


Tags