TRON GOBLIN
explorerv0.5-beta
MAINNET

ChannelPaySpender · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
ChannelPaySpender
CONTRACT Unverified Non-proxy
Address TQPEXnoxTKuMRDMKz9dMPLQTFXFpek49nt
Verification Unverified
Standard CONTRACT
Creation tx da5174c9…f3e360
Deployed Feb 11, 2026
Proxy No
Contract balance 0TRX on-chain
Total calls 30 lifetime triggers
Functions 15 8 read · 7 write
Bytecode 8.84Kbytes runtime
Deployed Feb 11, 2026 unverified
Contract interface
ABI · 15 fns
Unverified · bytecode + ABI only 15 functions · 6 events · 8,840 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_token",
        "type": "address"
      },
      {
        "name": "_operator",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "channelId",
        "type": "bytes32"
      },
      {
        "indexed": true,
        "name": "merchant",
        "type": "address"
      }
    ],
    "name": "ChannelMerchantSet",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "oldOperator",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOperator",
        "type": "address"
      }
    ],
    "name": "OperatorChanged",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "oldOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "orderHash",
        "type": "bytes32"
      },
      {
        "indexed": true,
        "name": "channelId",
        "type": "bytes32"
      },
      {
        "indexed": true,
        "name": "payer",
        "type": "address"
      },
      {
        "name": "merchant",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Paid",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "paused",
        "type": "bool"
      }
    ],
    "name": "Paused",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "token",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Rescue",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "bytes32"
      }
    ],
    "inputs": [
      {
        "name": "channelCode",
        "type": "string"
      }
    ],
    "name": "channelIdOf",
    "stateMutability": "Pure",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "channelId",
        "type": "bytes32"
      }
    ],
    "name": "clearChannelMerchant",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "inputs": [
      {
        "name": "channelCode",
        "type": "string"
      }
    ],
    "name": "merchantOf",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "inputs": [
      {
        "type": "bytes32"
      }
    ],
    "name": "merchantOfChannel",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "operator",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "type": "bytes32"
      }
    ],
    "name": "paid",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "paused",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "payer",
        "type": "address"
      },
      {
        "name": "channelId",
        "type": "bytes32"
      },
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "orderHash",
        "type": "bytes32"
      }
    ],
    "name": "pay",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "tokenAddr",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "rescueToken",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "channelId",
        "type": "bytes32"
      },
      {
        "name": "merchant",
        "type": "address"
      }
    ],
    "name": "setChannelMerchant",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOperator",
        "type": "address"
      }
    ],
    "name": "setOperator",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_paused",
        "type": "bool"
      }
    ],
    "name": "setPaused",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "token",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

ChannelPaySpender is a smart contract on Tron, deployed from TW1FVyuC1mnaPQw9sBeyuyY1sAVHkdKk8t on Feb 11, 2026. It has been called 30 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.