You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, I try to decode the data and receive that list of commands: 0x989804 https://tools.deth.net/calldata-decoder you can try to paste the calldata from the file to that service and see
I'm trying to decode Sweep calldata from the Uniswap
I have a connection from my crypto wallet to Uniswap via WalletConnect.
Then I'm trying to sweep 2 NFTs:
the collection: https://app.uniswap.org/nfts/collection/0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205
link: https://app.uniswap.org/nfts/asset/0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205
id: 9733296659478493915880969684600626909805707300578635623530244469208768225938
link: https://app.uniswap.org/nfts/asset/0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205
id: 9842127485099629953284668412991815044198954568604258895311206734417524215009
Then I receive
eth_sendTransaction
with that JSON data:The
to
field is0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
so it's Uniswap Universal Routeruniswap_sweep_calldata.txt
Then, I try to decode the
data
and receive that list of commands:0x989804
https://tools.deth.net/calldata-decoder you can try to paste the calldata from the file to that service and see
There it states that the commands go up to
0x3f
, but from0x25
to0x3f
are placeholders:https://github.com/Uniswap/universal-router/blob/main/contracts/libraries/Commands.sol
Command
0x98
is not described in Uniswap library. So, how i can decode the command and the command input?The text was updated successfully, but these errors were encountered: