TRON GOBLIN
explorerv0.5-beta
MAINNET

trxDepositV3 · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
trxDepositV3
CONTRACT Unverified Non-proxy
Address TMBcLR4hJHVog4wXeTCwsgpQa2Msi2XfEc
Verification Unverified
Standard CONTRACT
Creation tx a3cb40ac…d7f29f
Deployed Dec 20, 2023
Proxy No
Contract balance 0TRX on-chain
Total calls 35 lifetime triggers
Functions 5 1 read · 4 write
Bytecode 1.17Kbytes runtime
Deployed Dec 20, 2023 unverified
Contract interface
ABI · 5 fns
Unverified · bytecode + ABI only 5 functions · 2 events · 1,171 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "contractAddr",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transferToOwner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "destination",
        "type": "address"
      },
      {
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "contractCall",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "name": "sweepToOwner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "payable": true,
    "stateMutability": "Payable",
    "type": "Fallback"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Deposit",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  }
]
About this contract
overview

trxDepositV3 is a smart contract on Tron, deployed from TYE218dMfzo2TH348AbKyHD2G8PjGo7ESS on Dec 20, 2023. It has been called 35 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.