TRON GOBLIN
explorerv0.5-beta
MAINNET

Bintex · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Bintex
CONTRACT Unverified Non-proxy
Address TG6ACLSepaauPURjev7zrU37PLSTiV89tm
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 16 6 read · 10 write
Bytecode 4.82Kbytes runtime
Deployed unverified
Contract interface
ABI · 16 fns
Unverified · bytecode + ABI only 16 functions · 1 events · 4,821 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      },
      {
        "name": "_creator",
        "type": "address"
      },
      {
        "name": "_tokenAddress",
        "type": "address"
      },
      {
        "name": "_usdtTokenAddress",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "time",
        "type": "uint256"
      }
    ],
    "name": "Transaction",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "name": "retGas",
        "type": "uint256"
      }
    ],
    "name": "getGasBalance",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "retGas",
        "type": "uint256"
      }
    ],
    "name": "getGasBalanceTRX",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "retGas",
        "type": "uint256"
      }
    ],
    "name": "getGasBalanceUsdt",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      }
    ],
    "name": "setNewOwner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "tokenAddr",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "transferBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_noOfGas",
        "type": "uint256"
      }
    ],
    "name": "transferGas",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "transferBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_noOfGas",
        "type": "uint256"
      }
    ],
    "name": "transferGasTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "transferBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_noOfGas",
        "type": "uint256"
      }
    ],
    "name": "transferGasUsdt",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "usdtTokenAddr",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "name": "withdrawGasByOwner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "name": "withdrawGasByOwnerTRX",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "name": "withdrawGasByOwnerUsdt",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_receivers",
        "type": "address[]"
      },
      {
        "name": "_amounts",
        "type": "uint256[]"
      }
    ],
    "name": "withdrawMultipleGas",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_receivers",
        "type": "address[]"
      },
      {
        "name": "_amounts",
        "type": "uint256[]"
      }
    ],
    "name": "withdrawMultipleGasTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "withdrawBool",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_receivers",
        "type": "address[]"
      },
      {
        "name": "_amounts",
        "type": "uint256[]"
      }
    ],
    "name": "withdrawMultipleGasUsdt",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "stateMutability": "Payable",
    "type": "Receive"
  }
]
About this contract
overview

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