Hey! what's the problem? trying to decode input data
const decodedInput = ethers.utils.defaultAbiCoder.decode(['address', 'address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'uint256'], ethers.utils.hexDataSlice(tx.input, 4));

Error analyzing transaction history: TypeError: Cannot read property 'defaultAbiCoder' of undefined

Aug 21, 2023, 8:42 PM
tx looks like that
Aug 21, 2023, 8:43 PM

© 2024 Draquery.com All rights reserved.