TRON GOBLIN
explorerv0.5-beta
MAINNET

EAIP_MAIN · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
EAIP_MAIN
CONTRACT Unverified Non-proxy
Address TPS1aAaeHuRtn93FcsMCtpY2FJ9FkJjDCJ
Verification Unverified
Standard CONTRACT
Creation tx 2d322cbc…48fdc5
Deployed Jul 21, 2025
Proxy No
Contract balance 0TRX on-chain
Total calls 461 lifetime triggers
Functions 23 7 read · 16 write
Bytecode 7.65Kbytes runtime
Deployed Jul 21, 2025 unverified
Contract interface
ABI · 23 fns
Unverified · bytecode + ABI only 23 functions · 6 events · 7,654 bytes
contract.abi.json
[
  {
    "name": "ECDSAInvalidSignature",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "name": "length",
        "type": "uint256"
      }
    ],
    "name": "ECDSAInvalidSignatureLength",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "name": "s",
        "type": "bytes32"
      }
    ],
    "name": "ECDSAInvalidSignatureS",
    "type": "Error"
  },
  {
    "name": "EnforcedPause",
    "type": "Error"
  },
  {
    "name": "ExpectedPause",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "goodsPrice",
        "type": "uint256"
      },
      {
        "name": "goodsId",
        "type": "string"
      },
      {
        "name": "goodsCount",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "deadBlock",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "GoodsBuy",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "blockNumber",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "NodeBuy",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "Paused",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "stakingAmount",
        "type": "uint256"
      },
      {
        "name": "stakingType",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "deadBlock",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "Staking",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "Unpaused",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "USDT",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "WTRX",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "addressBuyTimes",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "sender",
        "type": "address"
      },
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "goodsPrice",
        "type": "uint256"
      },
      {
        "name": "goodsId",
        "type": "string"
      },
      {
        "name": "goodsCount",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "deadBlock",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "buyGoods",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "sender",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "deadBlock",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "buyNode",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "maxBuyTimes",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "paused",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "name": "renounceOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "token",
        "type": "address"
      }
    ],
    "name": "safeWithdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_paused",
        "type": "bool"
      }
    ],
    "name": "setIsPaused",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_maxBuyTimes",
        "type": "uint256"
      }
    ],
    "name": "setMaxBuyTimes",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_signer",
        "type": "address"
      }
    ],
    "name": "setSigner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_usdt",
        "type": "address"
      },
      {
        "name": "_wtrx",
        "type": "address"
      }
    ],
    "name": "setTokenAddress",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "signer",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "sender",
        "type": "address"
      },
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "stakingAmount",
        "type": "uint256"
      },
      {
        "name": "stakingType",
        "type": "uint256"
      },
      {
        "name": "receiveAddress",
        "type": "address"
      },
      {
        "name": "randStr",
        "type": "string"
      },
      {
        "name": "deadBlock",
        "type": "uint256"
      },
      {
        "name": "signature",
        "type": "bytes"
      }
    ],
    "name": "staking",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "stateMutability": "Payable",
    "type": "Receive"
  }
]
About this contract
overview

EAIP_MAIN is a smart contract on Tron, deployed from TQDa67j268NLhQpVVoG2E2TU1qjbGTU5yo on Jul 21, 2025. It has been called 461 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.