TRON GOBLIN
explorerv0.5-beta
MAINNET
block #83,186,371

UpgradableProxy · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
UpgradableProxy
CONTRACT Unverified Proxy
Address TFFAMQLZybALaLb4uxHA9RBE7pxhUAjF3U
Verification Unverified
Standard CONTRACT
Creation tx 3ea170cd…730a6f
Deployed Feb 25, 2025
Proxy Yes
Contract balance 13TRX on-chain
Total calls 5.47M lifetime triggers
Functions 9 2 read · 7 write
Bytecode 2.85Kbytes runtime
Deployed Feb 25, 2025 unverified
Contract interface
ABI · 9 fns
Unverified · bytecode + ABI only 9 functions · 2 events · 2,854 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_logic",
        "type": "address"
      },
      {
        "name": "admin_",
        "type": "address"
      },
      {
        "name": "_data",
        "type": "bytes"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "target",
        "type": "address"
      }
    ],
    "name": "AddressEmptyCode",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "name": "admin",
        "type": "address"
      }
    ],
    "name": "ERC1967InvalidAdmin",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "name": "implementation",
        "type": "address"
      }
    ],
    "name": "ERC1967InvalidImplementation",
    "type": "Error"
  },
  {
    "name": "ERC1967NonPayable",
    "type": "Error"
  },
  {
    "name": "FailedInnerCall",
    "type": "Error"
  },
  {
    "inputs": [
      {
        "name": "previousAdmin",
        "type": "address"
      },
      {
        "name": "newAdmin",
        "type": "address"
      }
    ],
    "name": "AdminChanged",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "implementation",
        "type": "address"
      }
    ],
    "name": "Upgraded",
    "type": "Event"
  },
  {
    "stateMutability": "Payable",
    "type": "Fallback"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "admin",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newAdmin",
        "type": "address"
      }
    ],
    "name": "changeAdmin",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "implementation",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newImplementation",
        "type": "address"
      }
    ],
    "name": "upgradeTo",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "stateMutability": "Payable",
    "type": "Receive"
  }
]
About this contract
overview

UpgradableProxy is a smart contract on Tron, deployed from TNKsRex495H6hjtiEnd1YTypMnSCtpk9oF on Feb 25, 2025. It has been called 5.47M 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.