TRON GOBLIN
explorerv0.5-beta
MAINNET
block #83,175,692

trxDepositContractV1 · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
trxDepositContractV1
CONTRACT Unverified Non-proxy
Address TAsecdMqkQkY7UYA2URwgApREDbJW8zLDL
Verification Unverified
Standard CONTRACT
Creation tx bcb18f01…cfbc01
Deployed Aug 26, 2020
Proxy No
Contract balance 0TRX on-chain
Total calls 28 lifetime triggers
Functions 5 1 read · 4 write
Bytecode 1.17Kbytes runtime
Deployed Aug 26, 2020 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

trxDepositContractV1 is a smart contract on Tron, deployed from TNCmcTdyrYKMtmE1KU2itzeCX76jGm5Not on Aug 26, 2020. It has been called 28 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.