refatsherfedinov / Token.sol

ERC20 and ERC721 in Yul (Solidity Assembly)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token.sol

My contracts are crafted in Yul (Solidity Assembly) for efficient gas fees and enhanced memory handling. Each function is streamlined for simplicity, preventing unnecessary complexity. For further details, reach out to me via LinkedIn at https://www.linkedin.com/in/aloycwl/.

Consist of:

ERC20 with suspension, mintable and burnable capability.

ERC721 with suspension, mintable, burnable, mergeable, upgradeable and minting fee capability.

About

ERC20 and ERC721 in Yul (Solidity Assembly)


Languages

Language:Solidity 100.0%