How to verify that a ERC20 transaction has not been altered #2141
Unanswered
skolliecool
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
So I am sending USDT, and to do that, I send it using the contract.transfer method (after loading the transfer ABI into the contract meta-class). I am doing this in the browser like so:
The result I get is this:
Now what I want to do is send this transaction to the server, where the server will verify it. I am not interested in having it confirmed by blockchain, all I want to do is verify that the transaction has not changed.
Here are my questions:
utils.parseTransaction
, only I would need to serialize the above transaction. This is a problem because when I try to serialize the above transaction, I getError: mismatch EIP-1559 gasPrice != maxFeePerGas...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions