πŸ“ Contracts Architecture

TokenDescriptionToken TypeUnique featuresIdeal use cases
ERC-20Digital assets conforming to the ERC-20 standard for seamless exchanges within the Ethereum ecosystem.FungibleInterchangeable, Equal valueCryptocurrencies, Utility Tokens
ERC-721Unique digital assets adhering to the ERC-721 standard ideal for representing ownership of distinctive items.Non-fungibleDistinct metadata and attributesDigital Collectibles, Artwork, Real Estate
ERC-1155Hybrid assets following the ERC-1155 standard allow fungible and non-fungible tokens within a single contract.Fungible & Non-fungibleMultiple token types in one contract, Efficient batch transfersGaming Assets, Collectibles, Utility Tokens

OpenZeppelin

Many of our smart contracts are OpenZeppelin compliant, utilizing its framework for robustness and security. This adherence to a reputable standard ensures our contracts are trustworthy, interoperable, and in line with industry best practices, thus fostering a more reliable blockchain ecosystem.

Deterministic Deployment with Create2 (Create2Factory)

All of our smart contract implementations are deployed at the same address across all blockchain networks. Anyone can deploy the other contracts implementations at the same addresses once Create2Factory is deployed by us.