TRON GOBLIN
explorerv0.5-beta
MAINNET

trxDepositContractV3 · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
trxDepositContractV3
CONTRACT Unverified Non-proxy
Address TS1BkYnr7Z5AdTo12HtRrCo15dWBc1EMPS
Verification Unverified
Standard CONTRACT
Creation tx faebec18…f24a73
Deployed May 23, 2022
Proxy No
Contract balance 0TRX on-chain
Total calls 17 lifetime triggers
Functions 7 1 read · 6 write
Bytecode 1.60Kbytes runtime
Deployed May 23, 2022 unverified
Contract interface
ABI · 7 fns
Unverified · bytecode + ABI only 7 functions · 2 events · 1,596 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "payable": true,
    "inputs": [
      {
        "name": "id",
        "type": "trcToken"
      }
    ],
    "name": "getTokenBalance",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "id",
        "type": "trcToken"
      }
    ],
    "name": "transferTokenToOwner",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "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

trxDepositContractV3 is a smart contract on Tron, deployed from TNCmcTdyrYKMtmE1KU2itzeCX76jGm5Not on May 23, 2022. It has been called 17 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.