chore: OneTransferFromOnly docs + proper slots
Also revert instead of returning if multiple `transferFrom`s are attempted - as this signals that encoding is incorrect or has been messed with.
This commit is contained in:
@@ -73,7 +73,6 @@ contract TychoRouter is
|
||||
ReentrancyGuard,
|
||||
OneTransferFromOnly
|
||||
{
|
||||
IAllowanceTransfer public immutable permit2;
|
||||
IWETH private immutable _weth;
|
||||
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
Reference in New Issue
Block a user