📝Contracts Architecture
Token | Description | Token Type | Unique features | Ideal use cases |
---|---|---|---|---|
ERC-20 | Digital assets conforming to the ERC-20 standard for seamless exchanges within the Ethereum ecosystem. | Fungible | Interchangeable, Equal value | Cryptocurrencies, Utility Tokens |
ERC-721 | Unique digital assets adhering to the ERC-721 standard ideal for representing ownership of distinctive items. | Non-fungible | Distinct metadata and attributes | Digital Collectibles, Artwork, Real Estate |
ERC-1155 | Hybrid assets following the ERC-1155 standard allow fungible and non-fungible tokens within a single contract. | Fungible & Non-fungible | Multiple token types in one contract, Efficient batch transfers | Gaming 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.
Updated 28 days ago