The token is based on the Ethereum blockchain protocol Therefore, it is safe, cost-efficient and fast. Furthermore, it allows the use of smart contracts within its protocol. |
Your Pathway to Mechanix Token MMX.We are the first cryptocurrency for Automotive Repair Shops and Mechanic's. Our mission is to create the rewards and loyalty platform that will permeate the Automotive Repair Shop retailers of all shapes and sizes and connect them with their customers by virtue of Mechanix MMX tokens.
With the emergence of the blockchain, the broken loyalty industry is bound to change. We are big believers that smart contracts and cryptocurrency are the core engine and fuel for the new era of customer’s loyalty. Ethereum allows implementing an elegant technical solution. Distributed ledgers and blockchain protocols bring unprecedented value to the loyalty program of the future: Rewards in cryptocurrency, which don’t depend on the success of the merchant Rewards, which appreciate rather than expire Easily redeemable or exchangeable into any other liquid asset Highly personalised, custom-tailored recommendations, rewards & discount. |
|
What are MMX tokens and what are they used for?
Our platform works as a connecting link and allows using a uniform payment method without reliance on fiat money. Thus allowing MMX tokens around the world and correspondingly, customers will be able to use our platform at their convenience. It is a practical way to pay for Automotive repair services with a MMX token. Interaction of Automotive services and the platform will be carried out with the help of our wallet for iOS and ANDROID operational systems.
Some of Our Key Points!
Tokenization of standalone loyalty programs and merchant-specific tokens generation platform
Use of API to frictionlessly connect any proprietary loyalty programs to Mechanix tokens or any other loyalty and rewards program
MMX Recommendations working on blockchain, managed by Mechanix MMX Token Platform.
Use of API to frictionlessly connect any proprietary loyalty programs to Mechanix tokens or any other loyalty and rewards program
MMX Recommendations working on blockchain, managed by Mechanix MMX Token Platform.
Cashback & Loyalty Points in CryptocurrencyAuto Repair Shops Merchants get a premium AI-powered rewards platform for free.
Shoppers are rewarded for purchases with cryptocurrency. Then Tokens can be used at all participating Automotive Shops |
Merchants get MMX wallet for FREEShoppers get liquid token, merchants get more sales. Community benefits from the ecosystem growth.
|
Shoppers get Rewards in MMX TokensFor thier purchases, friends' invites, Facebook likes and a lot more. MMX can be redeemed or cashed out.
|
Our Team Has a
|
TEAM MEMBERS
|
DETAILS ABOUT THE TOKEN
Token name Mechanix Token
Ticker Symbol MMX
Currency Symbol
Current Price1 MMX for USD
Maximum MMX produced 100 million
Maximum MMX for Airdrop 5000000
Airdrop Goal 50,000,000
Minimum Airdrop 100 Tokens
Free Airdrop
Token name Mechanix Token
Ticker Symbol MMX
Currency Symbol
Current Price1 MMX for USD
Maximum MMX produced 100 million
Maximum MMX for Airdrop 5000000
Airdrop Goal 50,000,000
Minimum Airdrop 100 Tokens
Free Airdrop
PLATFORM PARTNERS
TNT CAR CAR AUTOMOTIVE RIO RANCHO, NEW MEXICO ACCEPTS MECHANIX TOKEN MMX
MOBILE MECHANIC ALBUQUERQUE, NEW MEXICO ACCEPTS MECHANIX TOKEN MMX
MOBILE MECHANIC ALBUQUERQUE, NEW MEXICO ACCEPTS MECHANIX TOKEN MMX
SMART CONTRACT
pragma solidity ^0.4.18;
contract Ownable {
address public owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
function Ownable() public {
owner = msg.sender;
}
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) public onlyOwner {
require(newOwner != address(0));
OwnershipTransferred(owner, newOwner);
owner = newOwner;
}
}
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract MMX is Ownable {
string public name;
string public symbol;
uint8 public decimals = 18;
uint256 public totalSupply;
mapping (address => uint256) public balanceOf;
mapping (address => mapping (address => uint256)) public allowance;
event Transfer(address indexed from, address indexed to, uint256 value);
event Burn(address indexed from, uint256 value);
function MMX(
uint256 initialSupply,
string tokenName,
string tokenSymbol)
public {
totalSupply = initialSupply * 10 ** uint256(decimals);
balanceOf[msg.sender] = totalSupply;
name = tokenName;
symbol = tokenSymbol; }
function _transfer(address _from, address _to, uint _value) internal {
require(_to != 0x0);
require(balanceOf[_from] >= _value);
require(balanceOf[_to] + _value > balanceOf[_to]);
uint previousBalances = balanceOf[_from] + balanceOf[_to];
balanceOf[_from] -= _value;
balanceOf[_to] += _value;
Transfer(_from, _to, _value);
assert(balanceOf[_from] + balanceOf[_to] == previousBalances); }
function transfer(address _to, uint256 _value) public {
_transfer(msg.sender, _to, _value); }
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success) {
require(_value <= allowance[_from][msg.sender]);
allowance[_from][msg.sender] -= _value;
_transfer(_from, _to, _value);
return true; }
function approve(address _spender, uint256 _value) public
returns (bool success) {
allowance[msg.sender][_spender] = _value;
return true; }
function approveAndCall(address _spender, uint256 _value, bytes _extraData)
public
returns (bool success) {
tokenRecipient spender = tokenRecipient(_spender);
if (approve(_spender, _value)) {
spender.receiveApproval(msg.sender, _value, this, _extraData);
return true; } }
function burn(uint256 _value) public returns (bool success) {
require(balanceOf[msg.sender] >= _value);
balanceOf[msg.sender] -= _value;
totalSupply -= _value;
Burn(msg.sender, _value);
return true; }
function burnFrom(address _from, uint256 _value) public returns (bool success) {
require(balanceOf[_from] >= _value);
require(_value <= allowance[_from][msg.sender]);
balanceOf[_from] -= _value;
allowance[_from][msg.sender] -= _value;
totalSupply -= _value;
Burn(_from, _value);
return true; }
}
0xe7C33a0E04F2316Bb321C4AD2976873d09538B56
About Us
We are the first cryptocurrency for Automotive Repair Shops and Mechanic's. Our mission is to create the rewards and loyalty platform that will permeate the Automotive Repair Shop retailers of all shapes and sizes and connect them with their customers by virtue of Mechanix MMX tokens.
- Mechanix Token MMX Whitepaper Mechanix Token Analytics Info: