Consensys / Consensys/abi-decoder
UnhandledPromiseRejectionWarning: TypeError: _.toLowerCase is not a function
Open
- Dominant language
- JavaScript
- Stars
- 641
- Forks
- 215
- PR merge metrics
- No merged PRs in 30d
Description
Decoding of few transactions fail with the error
> UnhandledPromiseRejectionWarning: TypeError: _.toLowerCase is not a function
Example transaction: https://etherscan.io/tx/0xcaadaeb551de5f8b2d17849df9874daba0f895122912e1e040a9ecb84afffa3e
On analysis, it was found that the issue occurs in this line https://github.com/ConsenSys/abi-decoder/blob/master/index.js#L116 when param is a multidimensional array.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.