4788asm
4788asm copied to clipboard
Assembly implementation of EIP-4788 system contract.
Results
2
4788asm issues
Sort by
recently updated
recently updated
newest added
This PR checks if the user input matches the ABI of `get(uint256)`
## Overview Adds an implementation of the 4788 contract in [Huff language](https://github.com/huff-language/huff-rs). **Optimizations:** * -4 gas on a storage operation * -1 gas on a reading operation * Reduces the...