Consensys/abi-decoder

UnhandledPromiseRejectionWarning: TypeError: _.toLowerCase is not a function

ch4r10t33r opened this issue · 1 comments

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.

Handled here: #54