P4PDealContract · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
P4PDealContract
Address THWNth78YsXpvcbFpTi9xNxWkPKAqLS3TB
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
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.