TRON GOBLIN
explorerv0.5-beta
MAINNET

P4PDealContract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
P4PDealContract
CONTRACT Unverified Non-proxy
Address THWNth78YsXpvcbFpTi9xNxWkPKAqLS3TB
Verification Unverified
Standard CONTRACT
Creation tx 4c4c4619…43c087
Deployed Feb 5, 2026
Proxy No
Contract balance 0TRX on-chain
Total calls 121 lifetime triggers
Functions 8 2 read · 6 write
Bytecode 2.50Kbytes runtime
Deployed Feb 5, 2026 unverified
Contract interface
ABI · 8 fns
Unverified · bytecode + ABI only 8 functions · 2 events · 2,498 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_token",
        "type": "address"
      },
      {
        "name": "_admin",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "name": "OnlyAdmin"
  },
  {
    "name": "TransferFailed"
  },
  {
    "name": "ZeroAddress"
  },
  {
    "name": "ZeroAmount"
  },
  {
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Closed",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "deal",
        "type": "uint256"
      }
    ],
    "name": "Funded",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "admin",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "closeEscrow",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "deal",
        "type": "uint256"
      }
    ],
    "name": "fund",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "token",
    "stateMutability": "View",
    "type": "Function"
  }
]
About this contract
overview

P4PDealContract is a smart contract on Tron, deployed from TVknyKGAwLSVuRCP9A2HwTneUMLxpSo4zQ on Feb 5, 2026. It has been called 121 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.