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
decode_abi(types, data) fails with ValueError("Wrong data size for string/bytes object") when called with the payload from
Tx 0x070d2cf5c6ee0285e78b50aef397585865b41c2b56a8051370eaedac7d95d54c
To reproduce:
types = ['uint256', 'bytes']
data = '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
decode_abi(types, data)
The text was updated successfully, but these errors were encountered:
decode_abi(types, data) fails with ValueError("Wrong data size for string/bytes object") when called with the payload from
Tx 0x070d2cf5c6ee0285e78b50aef397585865b41c2b56a8051370eaedac7d95d54c
To reproduce:
The text was updated successfully, but these errors were encountered: