Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

"Invalid character" error in indexed event #105

Open dik654 opened 1 year ago

dik654 commented 1 year ago

"indexed uint256 event" with value 10 ~ 15 (hex a ~ f) decoding return "Invalid character" error. so we need to use "uint256" instead of "indexed uint256"