TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TTRaVc8wYsP71B5axHFSLp7RWFV1i4vrJC
Verification Unverified
Standard CONTRACT
Creation tx d2e5db69…5a8214
Deployed Apr 17, 2026
Proxy No
Contract balance 10TRX on-chain
Total calls 5.48K lifetime triggers
Functions 12 7 read · 5 write
Bytecode 3.56Kbytes runtime
Deployed Apr 17, 2026 unverified
Contract interface
ABI · 12 fns
Unverified · bytecode + ABI only 12 functions · 2 events · 3,557 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_USDT",
        "type": "address"
      },
      {
        "name": "_vault",
        "type": "address"
      },
      {
        "name": "_authorizedSigner",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "buyer",
        "type": "address"
      },
      {
        "name": "packId",
        "type": "uint256"
      },
      {
        "name": "amountUSDT",
        "type": "uint256"
      }
    ],
    "name": "Purchase",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "USDT",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "authorizedSigner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "getTotalUSDT",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "packId",
        "type": "uint256"
      },
      {
        "name": "amountUSDT",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "purchase",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "renounceOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_authorizedSigner",
        "type": "address"
      }
    ],
    "name": "setAuthorizedSigner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_vault",
        "type": "address"
      }
    ],
    "name": "setVault",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "totalUSDT",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "nonce",
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      }
    ],
    "name": "userNonces",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "vault",
    "stateMutability": "View",
    "type": "Function"
  }
]
About this contract
overview

Contract is a smart contract on Tron, deployed from TS9rpoeroYXYNQUFVbomuveZAmQLYfPrmB on Apr 17, 2026. It has been called 5.48K 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.