abi-decoder icon indicating copy to clipboard operation
abi-decoder copied to clipboard

Nodejs and Javascript library for decoding data params and events from ethereum transactions

Results 64 abi-decoder issues
Sort by recently updated
recently updated
newest added

In README: *Need to pass the ABI's manually to the library in order to be able to decode params later* ``` //Add ABI's const testABI = [{"inputs": [{"type": ....}]; abiDecoder.addABI(testABI);...

So i was trying to decode some transactions and got this error : ``` (node:17304) UnhandledPromiseRejectionWarning: Error: Invalid character at assert (C:\Users\XX\Documents\DEV\EtherScan\node_modules\bn.js\lib\bn.js:6:21) at parseBase (C:\Users\XX\Documents\DEV\EtherScan\node_modules\bn.js\lib\bn.js:274:7) at BN._parseBase (C:\Users\XX\Documents\DEV\EtherScan\node_modules\bn.js\lib\bn.js:298:14) at BN.init...

Error on decode trc20 transaction: 0xa9059cbb000000000000000000000000000000000000000000000000000000000d0dacc0 ( tron tx id 02108766a3d408b3662eafad8326d72b34e5b0e8d66d226c71d35c2c0099b9e0 ) Error data: data out-of-bounds (length=32, offset=64, code=BUFFER_OVERRUN, version=abi/5.0.7)

abi-decoder has a dependency: "web3-utils": "^1.2.1". That caused usage of web3-utils v1.7.3. Now it causes usage of web3-utils v1.7.4. One of the changes between these versions is a wrapper around...

` npm install abi-decoder npm ERR! code ENOSELF npm ERR! Refusing to install package with name "abi-decoder" under a package npm ERR! also called "abi-decoder". Did you name your project...

decodeLogs can not decode events with struct tuple logs, it show empty value. ### Environment $ truffle version Truffle v5.1.37 (core: 5.1.37) Solidity - 0.7.1 (solc-js) Node v10.20.0 Web3.js v1.2.1...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.8.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies