[General] L2 ETH token 0x000000000000000000000000000000000000800a balanceOf -- execution reverted #119
-
Beta Was this translation helpful? Give feedback.
Answered by
KonScanner
Sep 5, 2023
Replies: 1 comment
-
On UI it works both with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KonScanner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On UI it works both with
address
type and withuint256
type. Before the error would be verbose, i.e.balanceOf(uint256)
was found but notbalanceOf(address)
, which I had a handle function for, but after upgrade it justreverts
, so it needs special handling as a token.