TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TFDouFX71CQ2YQUVcKMLqb5Ws5aAWa2DL6
Verification Unverified
Standard CONTRACT
Creation tx 8f44241c…fd4022
Deployed Mar 6, 2024
Proxy No
Contract balance 0TRX on-chain
Total calls 94.82K lifetime triggers
Functions 15 9 read · 6 write
Bytecode 9.04Kbytes runtime
Deployed Mar 6, 2024 unverified
Contract interface
ABI · 15 fns
Unverified · bytecode + ABI only 15 functions · 1 events · 9,045 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "walletAddress",
        "type": "address"
      }
    ],
    "name": "NewWallet",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "token",
        "type": "address"
      },
      {
        "name": "sweepAddress",
        "type": "address"
      }
    ],
    "name": "addOrUpdateTokenSweepAddress",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "walletAddress",
        "type": "address"
      }
    ],
    "name": "createWallet",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "disable",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "enable",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "tokens",
        "type": "address[]"
      },
      {
        "name": "sweepAddresses",
        "type": "address[]"
      }
    ],
    "name": "getAllTokenSweepAddresses",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "getMaster",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "sweepAddress",
        "type": "address"
      }
    ],
    "inputs": [
      {
        "name": "token",
        "type": "address"
      }
    ],
    "name": "getTokenSweepAddress",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "sweepAddress",
        "type": "address"
      }
    ],
    "name": "getTrxSweepAddress",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "sweepAddress",
        "type": "address"
      }
    ],
    "name": "getTrxSweepAddressIfEnabled",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "controllerVersion",
        "type": "uint256"
      }
    ],
    "name": "getVersion",
    "stateMutability": "Pure",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "controllerEnabled",
        "type": "bool"
      }
    ],
    "name": "isEnabled",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "masterBeacon",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "destination",
        "type": "address"
      }
    ],
    "name": "setTrxSweepAddress",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newMasterImpl",
        "type": "address"
      }
    ],
    "name": "upgradeMaster",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

Contract is a smart contract on Tron, deployed from TKP885hQoLG1qGUtWBH6jHtyvihPYTqsBu on Mar 6, 2024. It has been called 94.82K 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.