TRON GOBLIN
explorerv0.5-beta
MAINNET

MiningV2 · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
MiningV2
CONTRACT Unverified Non-proxy
Address TPBcFXFNWhhbLLfRX1GPyHu1guWN6CgoXR
Verification Unverified
Standard CONTRACT
Creation tx c272b71b…a65e49
Deployed Jul 5, 2022
Proxy No
Contract balance 0TRX on-chain
Total calls 5.09K lifetime triggers
Functions 12 8 read · 4 write
Bytecode 6.11Kbytes runtime
Deployed Jul 5, 2022 unverified
Contract interface
ABI · 12 fns
Unverified · bytecode + ABI only 12 functions · 3 events · 6,111 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_dailyLsProduction",
        "type": "uint256"
      },
      {
        "name": "_savageBox",
        "type": "address"
      },
      {
        "name": "_miningV1Address",
        "type": "address"
      },
      {
        "name": "_endTime",
        "type": "uint256"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "user",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Deposit",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "user",
        "type": "address"
      },
      {
        "name": "reward",
        "type": "uint256"
      }
    ],
    "name": "LsRewardPaid",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "user",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Withdrawn",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "deposit",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "lsEarned",
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "_user",
        "type": "address"
      }
    ],
    "name": "earned",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "userTeamAmount",
        "type": "uint256"
      },
      {
        "name": "userDirectNum",
        "type": "uint256"
      },
      {
        "name": "userTeamNum",
        "type": "uint256"
      },
      {
        "name": "earnedLs",
        "type": "uint256"
      },
      {
        "name": "userLsTeamReward",
        "type": "uint256"
      },
      {
        "name": "balance",
        "type": "uint256"
      },
      {
        "name": "ref",
        "type": "address"
      }
    ],
    "inputs": [
      {
        "name": "_user",
        "type": "address"
      }
    ],
    "name": "getData",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "name": "getLsReward",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "lsReward",
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "_address",
        "type": "address"
      }
    ],
    "name": "getTotalReward",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "lsRewardRate",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "lsTeamReward",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "savageBox",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_endTime",
        "type": "uint256"
      }
    ],
    "name": "setEndTime",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "userLastGetLs",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

MiningV2 is a smart contract on Tron, deployed from TTG4UoQwdHzFjq2u94obzMwikbw6QucdVW on Jul 5, 2022. It has been called 5.09K 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.