Skip to content
View cooldev1337's full-sized avatar

Block or report cooldev1337

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cooldev1337/README.md

Hey, I'm Cooldev1337 👋

I mess around with low-level stuff, break down bytecode for fun, and build tools for devs and non-devs — because everyone should be able to poke around in the guts of tech, not just the people who know how to code.


🛠️ EVM Bytecode Disassembler

I built a tool to help you take apart EVM bytecode, opcode by opcode. It’s lightweight, fast, and makes reverse engineering smart contracts way more accessible.

👉 Try the EVM disassembler


</> GasGauge Remix IDE Plugin

This plugin takes the Remix gas calculations and enhances them by giving you the total price cost of executing your smart contract functions.
It offers the flexibility to adjust the priority fee percentiles used for the different speeds (Slow, Medium, and Fast) in the EIP-1559 calculation.
It also enables you to select from 48 different fiat currencies to display the transaction cost, or you can choose to show the cost in the native gas token.

To test it, go to the Remix Plugin Manager and press "Connect to an external plugin".
Then enter GasGuage as the plugin name and display name.
In the url field, paste this:
https://gasgauge-remix-ide-plugin-cooldev1337.pages.dev/
(This link works only as a Remix IDE plugin. It will not work when accessed directly from the browser)

And hit "OK".


🧪 What I Like Working On

  • Blockchain internals & tooling
  • Smart contract weirdness
  • Reverse engineering stuff that wasn't meant to be read
  • Making complex systems make sense

Popular repositories Loading

  1. multivault multivault Public

    TypeScript 2 1

  2. cooldev1337 cooldev1337 Public

  3. remix-plugins-directory remix-plugins-directory Public

    Forked from remix-project-org/remix-plugins-directory

    Remix plugins directory

    TypeScript

  4. arg25-Projects arg25-Projects Public

    Forked from invisible-garden/arg25-Projects

  5. zero2dapp zero2dapp Public

    Forked from ryestew/zero2dapp

    Contracts for the Zero to Dapp workshop in Argentina

    Solidity