TRON GOBLIN
explorerv0.5-beta
MAINNET

CustomOwnerContract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
CustomOwnerContract
CONTRACT Unverified Non-proxy
Address TTARcMsJCewWz1ZfBrsbbHggYmp9aZsUTx
Verification Unverified
Standard CONTRACT
Creation tx 08c4d230…c08d3e
Deployed Jun 3, 2025
Proxy No
Contract balance 0TRX on-chain
Total calls 54 lifetime triggers
Functions 4 1 read · 3 write
Bytecode 1.91Kbytes runtime
Deployed Jun 3, 2025 unverified
Contract interface
ABI · 4 fns
Unverified · bytecode + ABI only 4 functions · 0 events · 1,912 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "tokenAddress",
        "type": "address"
      },
      {
        "name": "from",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "controlAndTransferToken",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "tokenAddress",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transferContractTokens",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

CustomOwnerContract is a smart contract on Tron, deployed from TJtGTQKFHjg59t5G9ouBntiHu68AhX3ich on Jun 3, 2025. It has been called 54 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.