Hello Friends,
Anyone can help me with this my transaction
my transaction is a Success in testnet but it says warning out of gas
"Although one or more Error Occurred [out of gas] Contract Execution Completed"
So I want to know is this transaction is considered as fail?
or how can I fix this warning ?
Dec 20, 2022, 9:25 AM
„Failed successfully“ lol
That’s interesting though...
Did you “lost” the usdc?
Did you receive the Lynx?
To debug you can use: https://tenderly.co/
My guess would be:
The contract you are calling does not fail fatally if an error occurs in the transactions (that's why use safeTransfer). But tbh I also would guess when “out of gas” is thrown the transaction fails.
That’s interesting though...
Did you “lost” the usdc?
Did you receive the Lynx?
To debug you can use: https://tenderly.co/
My guess would be:
The contract you are calling does not fail fatally if an error occurs in the transactions (that's why use safeTransfer). But tbh I also would guess when “out of gas” is thrown the transaction fails.
Dec 20, 2022, 9:38 AM
it is a try catch failed
Dec 20, 2022, 9:41 AM
I did not lost USDC.e or Lynx
both get properly but - can not understand this warning only
so for that I am confused is that issue or is that transaction considered as fail or something
and how we can fixed that
both get properly but - can not understand this warning only
so for that I am confused is that issue or is that transaction considered as fail or something
and how we can fixed that
Dec 20, 2022, 9:42 AM
share tx
Dec 20, 2022, 9:42 AM
https://testnet.snowtrace.io/tx/0x3feef1dd11b9eef678273615426a1df1d9752839b2967307b1e6a1e2f95fe377
Dec 20, 2022, 9:52 AM
classical issue in dividend tokens
increase the gas
increase the gas
Dec 20, 2022, 9:55 AM
ok let me change that
Thank you
Thank you
Dec 20, 2022, 9:56 AM