TRON GOBLIN
explorerv0.5-beta
MAINNET

USDTTransfer · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
USDTTransfer
CONTRACT Unverified Non-proxy
Address TNet9FcWx1gkYoS4vmMtWJvRHscKu97RSm
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 2 1 read · 1 write
Bytecode 1.26Kbytes runtime
Deployed unverified
Contract interface
ABI · 2 fns
Unverified · bytecode + ABI only 2 functions · 1 events · 1,264 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "USDTTransferred",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "token_address",
        "type": "address"
      },
      {
        "name": "_from",
        "type": "address"
      },
      {
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "transferFromUser",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

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