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
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
@haydenadams found a reason and solution to 900K gas estimation to be dramatically decreased for SNX. Think could be delivered with upcoming token upgrade.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see a lot of
BAD JUMP DESTINATION
transactions here: https://etherscan.io/address/0x3958b4ec427f8fa24eb60f42821760e88d485f7fSNX token calls
tokenFallback
on Uniswap contract in the middle of exchange and it seems Uniswap proxy handles this problem in a wrong way.Proxy code is:
What does the latest part after
DELEGATE_CALL
means can anyone describe what should happen afterDELEGATE_CALL
reverts internally?It seems Uniswap exchange called by another smart contract will eat all of its gas.
The text was updated successfully, but these errors were encountered: