Project Background OzoneXStaking is an advanced DeFi staking contract that allows users to stake OZONE tokens and earn rewards in two different forms — USDT or OZONE — depending on their preference and the pool’s configuration. It supports multiple staking…
Project Background The o33 Protocol Contracts handle multiple contracts, and all contracts have different functions. o33: The o33 contract is a liquid staking wrapper for xTFY, enabling auto-compounding of rewards, delegated voting, and bribe claiming. It integrates with external vote…
Project Background This Solidity code defines an implementation of the ERC-20 token standard, including interfaces for ERC-20, ERC-721, and ERC-1155 error handling. The contract includes: Standard ERC-20 Interface (IERC20) Defines basic ERC-20 functions (transfer, approve, allowance, balanceOf, totalSupply). Includes Transfer…
Project Background CATCHCoin is a reflection-based ERC20 token with automated tax distribution, liquidity management, and trading control mechanisms. It integrates with Uniswap V2 for automated market-making and includes features such as: Reflection Mechanism: Rewards token holders automatically through transaction fees.…
Project Background The Solidity code defines an ERC20 token named CatoCoin using OpenZeppelin’s standard contracts. Here’s a summary of the key points: Key Points: OpenZeppelin Integration: The contract uses OpenZeppelin’s ERC20, IERC20, and IERC20Metadata standards for implementation. This ensures the…
Project Background This Solidity code defines a smart contract named `OmniTensor`, which implements the ERC20 token standard with additional functionalities, including owner-based controls, token trading via Uniswap, and tax mechanisms. Here is an overview of its components: Key Features: ERC20…
Project Background This Solidity contract defines an ERC20 token called CoinMask (CM). Here’s a summary of the key aspects: Key Features: Token Name and Symbol: Name: CoinMask Symbol: CM Total Supply: The total supply is set to `100,000,000` tokens. Tokens…
Project Background This Solidity code defines a smart contract named `OmniTensor`, which implements the ERC20 token standard with additional functionalities, including owner-based controls, token trading via Uniswap, and tax mechanisms. Here is an overview of its components: Key Features: ERC20…
Project Background The Enfineo Contracts handle multiple contracts, and all contracts have different functions. enfineoToken: This contract has clear role-based access, making it more secure and manageable, with controlled minting and burning operations. enfineoStaking: This contract allows ENF token holders…
Project Background The Solidity smart contract for a token called “Sustainix Renewable” (SXR). This contract extends the ERC20 standard with additional features such as burnable tokens, fee mechanisms, swap thresholds, and automated market maker (AMM) management. Here’s a brief overview…