Request form
ERC20
  • ERC20
  • Token
  • Audited
Docs
Source
ChefGPT

ERC20

This smart contract implements the ERC20 token standard and the EIP-2612 permit function. It allows users to transfer tokens, approve token transfers, and perform token allowances. It also supports token minting and burning.

ERC20 :
Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it.
ERC20.sol

180 downloads

Solidity Version

0.8.15

Creator

Solmate
Solmate / ERC20
  • ERC20
  • Token
  • Audited
Docs
Source
ChefGPT
Expand
Share

Get Cookin'
star icon180

180 downloads

Solidity Version

0.8.15

Creator

Solmate

ERC20

This smart contract implements the ERC20 token standard and the EIP-2612 permit function. It allows users to transfer tokens, approve token transfers, and perform token allowances. It also supports token minting and burning.

ERC20 :
Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it.
ERC20.sol