TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TJWB9ubfMVXwmch9YV42YDECrwKZFFUfCD
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 11 3 read · 8 write
Bytecode 5.03Kbytes runtime
Deployed unverified
Contract interface
ABI · 11 fns
Unverified · bytecode + ABI only 11 functions · 0 events · 5,026 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "name": "operatorArray",
        "type": "address[]"
      },
      {
        "name": "availableArray",
        "type": "bool[]"
      }
    ],
    "constant": true,
    "name": "getOperators",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "name": "doUnpause",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_addr",
        "type": "address"
      },
      {
        "name": "_available",
        "type": "bool"
      }
    ],
    "name": "setOperator",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "doPause",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "constant": true,
    "name": "isPaused",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_addr",
        "type": "address"
      }
    ],
    "name": "setVegasPoolAddr",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "_vegasPoolAddr",
        "type": "address"
      }
    ],
    "constant": true,
    "name": "getRelevantAddress",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "withdrawTrx",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_number",
        "type": "uint256"
      }
    ],
    "name": "slotsVegas",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_number",
        "type": "uint256"
      },
      {
        "name": "_mentor",
        "type": "address"
      }
    ],
    "name": "slotsVegas2",
    "stateMutability": "Payable",
    "type": "Function"
  }
]
About this contract
overview

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