evm.codes icon indicating copy to clipboard operation
evm.codes copied to clipboard

Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference

Results 74 evm.codes issues
Sort by recently updated
recently updated
newest added

the playground is very helpful for writing opcode by hand, could u please help make it an independent lib. so that we may use it on vscode. if it can...

Hi there, As a dev/user, I would expect that if I've inputted a bytecode inside the playground, run it, and then I switch to the mnemonic version it would show...

This PR adds support for [Huff language](https://github.com/huff-language) (a low-level EVM language). - [x] `yarn lint` - [x] `yarn dev` functional

The opcode numbers are in hex, but the UI doesn't display them as such. This fixes that. Before: After:

The easiest way to add opcode navigation to the kbd component is by manually adding individual actions for each opcode in the `useActions` lib but obviously, it is a cumbersome...

The cost of EXTCODEHASH is currently set to 100 and indicates a dynamic cost. However, AFAICT the gas cost should be a constant amount of 700 as of EIP-1884. Where...

## Motivation I know there is a search bar on top right, but while I'm viewing some opcode and have to see another one, it needs to be scrolled all...

First of all, thanks for this useful tool! 🚀 It would be nice if the playground had a feature for choosing solc [--optimize-runs](https://docs.soliditylang.org/en/v0.8.13/internals/optimizer.html?highlight=runs#optimizer-parameter-runs) parameter.