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
note the arrow is not in the same place (character missing)
the above trace is a subset from 0xf1072bfb39468c6e7b49ed2a9eba43ddd728dbbcc50a9c45706de2a6b7e1f15c on ethereum
The text was updated successfully, but these errors were encountered:
it appears that keys that start (maybe end?) with a 0, are truncate
yeah right now zero characters are not padded. if you have slot 0, slot 1, it would appear as 0x0, 0x1.
note the arrow is not in the same place
thanks for pointing this would, I think ideally the arrow should be in the same place, which would need padding with zero characters on the left side.
missing data in sload
the data should not be missing, just the zeros must have been stripped out (probably because the bigint was directly converted into hex string, I'll just convert it into bytes32 word)
while performing a fulltrace, it appears that keys that start (maybe end?) with a 0, are truncated:
note the arrow is not in the same place (character missing)
the above trace is a subset from
0xf1072bfb39468c6e7b49ed2a9eba43ddd728dbbcc50a9c45706de2a6b7e1f15c
on ethereumThe text was updated successfully, but these errors were encountered: