Skip to content

Commit 146c9cd

Browse files
committed
perf: reduce codesize from transferfrom
1 parent f7d5f9a commit 146c9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Deployer.evm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ transferfrom:
328328

329329
CALLDATALOAD(68) // tokenId
330330
JUMPI(invalidaddress, SHR(160, DUP1))
331-
AND(0xffffffffffffffffffffffffffffffffffffffff, CALLDATALOAD(36)) // recipient
331+
SHR(96, CALLDATALOAD(48)) // recipient
332332
JUMPI(invalidaddress, ISZERO(DUP1))
333333
SLOAD(DUP2) // owner
334334

0 commit comments

Comments
 (0)