UnhandledPromiseRejectionWarning: TypeError: _.toLowerCase is not a function
ch4r10t33r opened this issue · 1 comments
ch4r10t33r commented
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.
ch4r10t33r commented
Handled here: #54