TRON GOBLIN
explorerv0.5-beta
MAINNET

Wallet · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Wallet
CONTRACT Unverified Non-proxy
Address TN4c19G3FLpCBwUTT2R3DPGvEDZpLseJ7n
Verification Unverified
Standard CONTRACT
Creation tx df6e0a03…d7bcc2
Deployed Nov 10, 2019
Proxy No
Contract balance 0TRX on-chain
Total calls 68.96K lifetime triggers
Functions 10 2 read · 8 write
Bytecode 4.89Kbytes runtime
Deployed Nov 10, 2019 unverified
Contract interface
ABI · 10 fns
Unverified · bytecode + ABI only 10 functions · 3 events · 4,888 bytes
contract.abi.json
[
  {
    "name": "acceptOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "newOwner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "orderId",
        "type": "string"
      },
      {
        "name": "player",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "DepositEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "orderId",
        "type": "string"
      },
      {
        "name": "player",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "WithdrawEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "_to",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "setOrderMin",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "setOrderMax",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "setOrderLen",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_orderId",
        "type": "string"
      }
    ],
    "name": "deposit",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_orderId",
        "type": "string"
      },
      {
        "name": "_player",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "withdrawOwner",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

Wallet is a smart contract on Tron, deployed from TSkCLrDSxpJrQHEMqjCfwkfKZyBfV3oBVv on Nov 10, 2019. It has been called 68.96K 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.