TRON GOBLIN
explorerv0.5-beta
MAINNET

TronMine · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
TronMine
CONTRACT Unverified Non-proxy
Address TJFC2jtXi8WfPktuF5VABWFotAdpdwPfbs
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 12 5 read · 7 write
Bytecode 2.16Kbytes runtime
Deployed unverified
Contract interface
ABI · 12 fns
Unverified · bytecode + ABI only 12 functions · 0 events · 2,159 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "devacc",
        "type": "address"
      },
      {
        "name": "ownAcc",
        "type": "address"
      },
      {
        "name": "energyAcc",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "changeDevAcc",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "addr1",
        "type": "address"
      }
    ],
    "name": "changeEnergyAcc",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "feesInSun",
        "type": "uint256"
      }
    ],
    "name": "changeEnergyFees",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "changeownership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "payable": true,
    "name": "deposit",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "developer",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "energyaccount",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "name": "energyfees",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "name": "getContractBalance",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "amountInSun",
        "type": "uint256"
      }
    ],
    "name": "withdrawamount",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "amountInSun",
        "type": "uint256"
      },
      {
        "name": "toAddr",
        "type": "address"
      }
    ],
    "name": "withdrawtoother",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

TronMine 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.