/Token.sol

ERC20 and ERC721 in Yul (Solidity Assembly)

Primary LanguageSolidity

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.