dethtools icon indicating copy to clipboard operation
dethtools copied to clipboard

A handy toolset for every Ethereum developer ⚒️

Results 12 dethtools issues
Sort by recently updated
recently updated
newest added

# How to Reproduce After cloning the repo and install the packages, when I want to run unit tests, I got this error ## Input ``` yarn test ``` ##...

#### Description I propose an enhancement to the [tools.deth.net/calldata-decoder](https://tools.deth.net/calldata-decoder) tool to include the decoding of `multiSend` transactions using the `decodeMultiSendData` function from the `@safe-global/protocol-kit` package. While the tool effectively identifies...

I'm not sure how the [tools.deth.net/calldata-decoder](https://tools.deth.net/calldata-decoder) or [tools.deth.net/event-decoder](https://tools.deth.net/event-decoder) decoder works without providing an ABI, but presumably there's an internal store of all unique events and functions that is used. If...

Steps to reproduce: 1. Go to https://tools.deth.net/vanity-address-generator 2. Click generate 3. Import generated private key into metamask 4. Address in metamask is different from the address shown on the website

Resolves #89