Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vanilla ERC20 without EIP-2612 (PERMIT) #404

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 12, 2023

  1. Vanilla ERC20 without EIP-2612 (PERMIT)

    This "Vanilla" ERC20 contract version exclude the EIP-2612 (PERMIT)
    feature, thereby reducing the contract's byte size and lowering
    deployment costs.
    eugenioclrc committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    66a8687 View commit details
    Browse the repository at this point in the history
  2. run forge snapshot

    eugenioclrc committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    326936a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    2991d8b View commit details
    Browse the repository at this point in the history