dethcode icon indicating copy to clipboard operation
dethcode copied to clipboard

View source of deployed Ethereum contracts in VSCode

Results 25 dethcode issues
Sort by recently updated
recently updated
newest added

https://twitter.com/elyx0/status/1491682636955369474?s=21

It would be incredibly neat if it was possible to retrieve the current value of `address`-valued contract variables, and to navigate to their source code if they are also etherscan-verified...

someone already did it :) and we could help maintaining it: https://github.com/kesar/deth-extension

All inputs coming from etherscan (user) could be an XSS vector. We need to ensure that we are not vulnerable.

Example URLs: ```ts const BUSD_ON_BSCSCAN = "/token/0xe9e7cea3dedca5984780bafc599bd69add087d56?explorer=bscscan"; const WTFM_ON_FMTSCAN = "/address/0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83?explorer=fmtscan"; const BINARYPUNKS_ON_TESTNET_FMTSCAN = "/token/0x8b08550c4964e4fda760660a2fc5ea64df406193#readContract?explorer=testnet.ftmscan"; const UNISWAP_POSITIONS_ON_ARBISCAN = "/address/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=arbiscan"; const UNISWAP_POSITIONS_ON_TESTNET_ARBISCAN = "/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=testnet.arbiscan"; const TETHER_ON_SNOWTRACE = "/0xc7198437980c041c805a1edcba50c1ce5db95118?api=snowtrace"; ```

enhancement

In a desktop environment, if the abi and bytecode is retrieved, interfaces to those can be easily used for code generated integration.

Update expired Discord link

[Routescan](https://routescan.io) is a block explorer platform. It currently hosts many Single and Ecosystem Explorers, of which fully supported are: - https://snowtrace.io - for Avalanche C-Chain and EVM subnets on mainnet...