Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2021/12/22 12:0 a.m.8 views

_sendForReceiver returns false when receiver is EOA

Handle pauliax Vulnerability details Impact sendForReceiver always returns false when the receiver is not a contract: if receiver.isContract ... return success && IERC20Upgradeablevault.allowanceaddressthis, receiver.receiver == 0; else IERC20Upgradeablevault.safeTransferreceiver.receiver,...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/20 12:0 a.m.8 views

The return value of the _sendForReceiver function is not set, causing the receiver to receive more fees

Handle cccz Vulnerability details Impact In the NFTXSimpleFeeDistributor.sol contract, the distribute function is used to distribute the fee, and the distribute function judges whether the fee is sent successfully according to the return value of the sendForReceiver function. function...

6.9AI score
SaveExploits0
Rows per page
Query Builder