AITECH is backed by the $AITECH utility token, which is required to access tools and products powered by AITECH. Solidus have built an eco-friendly 8,000 square foot high performance computing (HPC) Data Centre in a highly secure location in Europe. They are launching the Worlds first deflationary Artificial Intelligence token (AITECH) which will be used as a payment gateway to licence Artificial-Intelligence-as-a-Service (AIaaS), Blockchain-as-a-Service (BaaS) and rent HPC power via their Infrastructure-as-a-Service (IaaS) platform.
API Access, DAO & Voting, Staking, Farming, Liquidity Providing and access to products.
AITECH.sol
is an ERC20/BEP20 standard smart-contract named AITECH. The contract inherits from the ERC20, Ownable, and ERC20Burnable contracts. The token can be used for any type of transactions on the Ethereum blockchain. The contract mints 2,000,000,000 AITECH tokens to the address that deploys the contract, and does not have the ability to mint any more tokens after the deployment.
- Network: Ethereum (ERC-20)
- Token Name: AITECH Token
- Token Symbol: AITECH
- Total Supply: 2,000,000,000 (2 billion)
- Decimals: 18
- License:
SPDX-License-Identifier: MIT
- Solidity Version:
pragma solidity ^0.8.9;
- The AITECH.sol contract imports the following OpenZeppelin smart-contracts:
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";