TRON GOBLIN
explorerv0.5-beta
MAINNET

MMMDapp · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
MMMDapp
CONTRACT Unverified Non-proxy
Address TVGSCwYL79FcVS3uQXfXSzHLGtyva8PLxS
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 51 20 read · 31 write
Bytecode 38.56Kbytes runtime
Deployed unverified
Contract interface
ABI · 51 fns
Unverified · bytecode + ABI only 51 functions · 16 events · 38,556 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "type": "string"
      }
    ],
    "constant": true,
    "name": "name",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint16"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "playerRound",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint64"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "type": "uint64"
      }
    ],
    "name": "raceAward",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "constant": true,
    "name": "migrated",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint64"
      }
    ],
    "constant": true,
    "name": "TIME_ZONE",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "constant": true,
    "name": "isRace",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "moneyContract",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "name": "renounceOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint16"
      }
    ],
    "constant": true,
    "name": "currentRound",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "constant": true,
    "name": "isOwner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "string"
      }
    ],
    "constant": true,
    "name": "symbol",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "mavroContract",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint64"
      }
    ],
    "constant": true,
    "name": "today",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_money",
        "type": "address"
      },
      {
        "name": "_mavro",
        "type": "address"
      },
      {
        "name": "_player",
        "type": "address"
      },
      {
        "name": "_order",
        "type": "address"
      },
      {
        "name": "_extra",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_affAddr",
        "type": "address"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "Register",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "BuyMCT",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      },
      {
        "name": "_oType",
        "type": "uint8"
      }
    ],
    "name": "PlaceNewOrder",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      },
      {
        "name": "_oType",
        "type": "uint8"
      }
    ],
    "name": "HandleOrder",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_palyerAddr",
        "type": "address"
      },
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_withdrawAmount",
        "type": "uint64"
      }
    ],
    "name": "PayWithdraw",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "SharingLetter",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_score",
        "type": "uint256"
      },
      {
        "name": "_isPass",
        "type": "bool"
      }
    ],
    "name": "HandInExam",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_awardAmount",
        "type": "uint64"
      }
    ],
    "name": "ReceiveAward",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "ReleaseOrder",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_orderAmount",
        "type": "uint64"
      },
      {
        "name": "_oType",
        "type": "uint8"
      }
    ],
    "name": "UnlockOrder",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_AwardAmount",
        "type": "uint64"
      }
    ],
    "name": "RaceAward",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_orderAmount",
        "type": "uint64"
      },
      {
        "name": "_hasLoss",
        "type": "bool"
      }
    ],
    "name": "WrongOrder",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      },
      {
        "name": "_round",
        "type": "uint16"
      },
      {
        "name": "_isAutoStart",
        "type": "bool"
      }
    ],
    "name": "SetRaceMode",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_round",
        "type": "uint16"
      }
    ],
    "name": "StartRace",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_previousRound",
        "type": "uint16"
      },
      {
        "name": "_newRound",
        "type": "uint16"
      }
    ],
    "name": "Restart",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "name": "startNewRound",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "inputs": [
      {
        "name": "_moneyAmount",
        "type": "uint64"
      },
      {
        "name": "_playerName",
        "type": "bytes32"
      },
      {
        "name": "_affAddr",
        "type": "address"
      }
    ],
    "name": "buyMavroXAddr",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "inputs": [
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "buyMavro",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "inputs": [
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "provideHelp",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "inputs": [
      {
        "name": "_moneyAmount",
        "type": "uint64"
      }
    ],
    "name": "PHelpImmediately",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_gen",
        "type": "uint64"
      },
      {
        "name": "_interest",
        "type": "uint64"
      },
      {
        "name": "_laff",
        "type": "uint64"
      },
      {
        "name": "_maff",
        "type": "uint64"
      },
      {
        "name": "_daff",
        "type": "uint64"
      },
      {
        "name": "_over",
        "type": "uint64"
      },
      {
        "name": "_award",
        "type": "uint64"
      },
      {
        "name": "_race",
        "type": "uint64"
      }
    ],
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "inputs": [
      {
        "name": "_mavroAmount",
        "type": "uint64"
      }
    ],
    "name": "depositMavro",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_toAddr",
        "type": "address"
      },
      {
        "name": "_mavroAmount",
        "type": "uint64"
      }
    ],
    "name": "withdrawMavro",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "handleMavroOrder",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "handlePHelpOrder",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "handlePWholeOrder",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "handleRaceOrder",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "handleDepositOrder",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_hash",
        "type": "string"
      }
    ],
    "name": "sharingLetter",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      },
      {
        "name": "_dream",
        "type": "string"
      }
    ],
    "name": "saveMyDream",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_newName",
        "type": "bytes32"
      }
    ],
    "name": "editPlayerName",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_email",
        "type": "bytes32"
      },
      {
        "name": "_birthday",
        "type": "bytes32"
      },
      {
        "name": "_country",
        "type": "bytes32"
      },
      {
        "name": "_tel",
        "type": "bytes32"
      },
      {
        "name": "_skype",
        "type": "bytes32"
      },
      {
        "name": "_postaddr",
        "type": "string"
      }
    ],
    "name": "editPlayerDetail",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_score",
        "type": "uint256"
      },
      {
        "name": "_isPass",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_answer",
        "type": "uint8[25]"
      }
    ],
    "name": "submitExamAnswer",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "receiveAward",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_lastDayAmount",
        "type": "uint64"
      },
      {
        "name": "_released",
        "type": "uint64"
      },
      {
        "name": "_withdraw",
        "type": "uint64"
      },
      {
        "name": "_awardWin",
        "type": "uint32"
      },
      {
        "name": "_first",
        "type": "uint64"
      },
      {
        "name": "_second",
        "type": "uint64"
      },
      {
        "name": "_third",
        "type": "uint64"
      },
      {
        "name": "_awardPool",
        "type": "uint64"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_today",
        "type": "uint64"
      }
    ],
    "name": "getDailyInfo",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_award",
        "type": "uint32[]"
      },
      {
        "name": "_isAward",
        "type": "bool"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "getOrderAward",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_orderList",
        "type": "uint64[]"
      },
      {
        "name": "_length",
        "type": "uint256"
      },
      {
        "name": "_newCursor",
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_orderType",
        "type": "uint8"
      },
      {
        "name": "_cursor",
        "type": "uint256"
      },
      {
        "name": "_pageSize",
        "type": "uint256"
      }
    ],
    "name": "getPlayerOrderList",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint64[]"
      },
      {
        "type": "uint256"
      },
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_cursor",
        "type": "uint256"
      },
      {
        "name": "_pageSize",
        "type": "uint256"
      }
    ],
    "name": "getLastPHelp",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_releaseTime",
        "type": "uint64"
      },
      {
        "name": "_isLetter",
        "type": "bool"
      },
      {
        "name": "_addr",
        "type": "address"
      },
      {
        "name": "_req",
        "type": "uint64"
      },
      {
        "name": "_paid",
        "type": "uint64"
      },
      {
        "name": "_strt",
        "type": "uint64"
      },
      {
        "name": "_payTime",
        "type": "uint64"
      },
      {
        "name": "_unlockTime",
        "type": "uint64"
      },
      {
        "name": "_name",
        "type": "bytes32"
      },
      {
        "name": "_isFirst",
        "type": "bool"
      },
      {
        "name": "_oType",
        "type": "uint8"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "getOrderInfo",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_req",
        "type": "uint64"
      },
      {
        "name": "_strt",
        "type": "uint64"
      },
      {
        "name": "_name",
        "type": "bytes32"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_orderId",
        "type": "uint64"
      }
    ],
    "name": "getIndexOrder",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "_func",
        "type": "uint64"
      }
    ],
    "name": "checkDrive",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      }
    ],
    "name": "initGame",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "setMigrateEnd",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_isAutoStart",
        "type": "bool"
      }
    ],
    "name": "setRaceMode",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_addr",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "getAllBeta",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_func",
        "type": "uint256"
      }
    ],
    "name": "doSchedule",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_playerName",
        "type": "bytes32"
      },
      {
        "name": "_affAddr",
        "type": "address"
      },
      {
        "name": "_strtTime",
        "type": "uint64"
      }
    ],
    "name": "X_register",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_moneyAmount",
        "type": "uint64"
      },
      {
        "name": "_strtTime",
        "type": "uint64"
      },
      {
        "name": "_payTime",
        "type": "uint64"
      },
      {
        "name": "_isPaid",
        "type": "bool"
      },
      {
        "name": "_oType",
        "type": "uint8"
      }
    ],
    "name": "X_Order",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_mavroAmount",
        "type": "uint64"
      }
    ],
    "name": "X_WithdrawMavro",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_score",
        "type": "uint256"
      },
      {
        "name": "_isPass",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_strtTime",
        "type": "uint64"
      },
      {
        "name": "_answer",
        "type": "uint8[25]"
      }
    ],
    "name": "X_Exam",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_playerAddr",
        "type": "address"
      },
      {
        "name": "_email",
        "type": "bytes32"
      },
      {
        "name": "_birthday",
        "type": "bytes32"
      },
      {
        "name": "_country",
        "type": "bytes32"
      },
      {
        "name": "_tel",
        "type": "bytes32"
      },
      {
        "name": "_skype",
        "type": "bytes32"
      },
      {
        "name": "_postaddr",
        "type": "string"
      }
    ],
    "name": "X_editPlayerDetail",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

MMMDapp is a smart contract on Tron. It has been called 0 times.

This contract is not source-verified, so only its on-chain bytecode and ABI are available. Read calls still run live against the node. Write calls require a signed wallet transaction — wallet support is coming soon.